Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
danrosenthal committed Mar 27, 2019
1 parent 9743054 commit 8cee61c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/Frame/Frame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,10 @@ export class Frame extends React.PureComponent<CombinedProps, State> {

private showSheet = (sheetProps: SheetProps) => {
// TODO: if current sheet is open, should hide sheet first
console.log('Frame.showSheet');
this.setState({sheet: sheetProps});
};

private hideSheet = (sheetProps: SheetProps) => {
console.log('Frame.hideSheet');
this.setState({sheet: sheetProps});
};

Expand Down
1 change: 0 additions & 1 deletion src/components/Sheet/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Sheet from './Sheet';

export {Props, isMobile} from './Sheet';
export default Sheet;

0 comments on commit 8cee61c

Please sign in to comment.