Skip to content

Commit 4eebc53

Browse files
committed
Fix Bottom Panel click functionality. It was undone due to pull from dev today.
1 parent 30ce77f commit 4eebc53

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/src/components/bottom/BottomTabs.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ const BottomTabs = (props): JSX.Element => {
6363
backgroundColor: '#1E2024',
6464
zIndex: 1
6565
}}
66-
onClick={() => {
67-
setBottomShow(true);
68-
}}
6966
>
7067
<Box display="flex" justifyContent="space-between" alignItems="center">
7168
<Tabs

0 commit comments

Comments
 (0)