Skip to content

Commit b7b4e61

Browse files
committed
frontend: remove footer when in app. fix #105
1 parent f946ba3 commit b7b4e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export function App() {
108108
</Tabs>
109109
</Card>
110110
</Row>
111-
<Footer />
111+
{ Median.isNativeApp() ? <></> : <Footer /> }
112112
</>
113113

114114
case AppState.LoggedIn:

0 commit comments

Comments
 (0)