Skip to content

Commit

Permalink
Use swap as default tab on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 committed Nov 26, 2024
1 parent aa481d6 commit 721d569
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const DISPLAY_HEADER_ABOVE_CHART = false;
const HEIGHT = DISPLAY_HEADER_ABOVE_CHART ? "min-h-[320px]" : "min-h-[365px]";

const MobileGrid = (props: GridProps) => {
const [tab, setTab] = useState(1);
const [tab, setTab] = useState(2);
const { t } = translationFunction();

return (
Expand Down

0 comments on commit 721d569

Please sign in to comment.