Skip to content

Commit

Permalink
chore: update mobile web to default to price chart (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-onthelawn authored Oct 4, 2024
1 parent e04d6c0 commit 404d010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/trade/MobileTopPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const MobileTopPanel = ({
const stringGetter = useStringGetter();
const selectedLocale = useAppSelector(getSelectedLocale);

const [value, setValue] = useState(Tab.Account);
const [value, setValue] = useState(Tab.Price);

const items = [
{
Expand Down

0 comments on commit 404d010

Please sign in to comment.