Skip to content

Commit c942753

Browse files
committed
👌 remove <Console /> from before
1 parent 2e07990 commit c942753

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/modules/Mobile/MobileSketchView.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ const MobileSketchView = (props) => {
8484
clearConsole={clearConsole}
8585
/>
8686
</Content>
87-
<Footer before={<Console />} />
87+
<Footer>
88+
<Console />
89+
</Footer>
8890
</Screen>);
8991
};
9092

0 commit comments

Comments
 (0)