👌 remove <Console /> from before
This commit is contained in:
parent
2e07990293
commit
c942753866
1 changed files with 3 additions and 1 deletions
|
@ -84,7 +84,9 @@ const MobileSketchView = (props) => {
|
|||
clearConsole={clearConsole}
|
||||
/>
|
||||
</Content>
|
||||
<Footer before={<Console />} />
|
||||
<Footer>
|
||||
<Console />
|
||||
</Footer>
|
||||
</Screen>);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue