Skip to content

Commit 3f01fc4

Browse files
committed
Merge branch 'develop' of https://github.com/processing/p5.js-web-editor into chore/refactor-mobile-hooks
2 parents 482b1d9 + ee02a3e commit 3f01fc4

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
@@ -75,7 +75,9 @@ const MobileSketchView = (props) => {
7575
clearConsole={clearConsole}
7676
/>
7777
</Content>
78-
<Footer before={<Console />} />
78+
<Footer>
79+
<Console />
80+
</Footer>
7981
</Screen>);
8082
};
8183

0 commit comments

Comments
 (0)