Skip to content

Commit

Permalink
[ECO-2502] Use swap as default tab on mobile (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 authored and alnoki committed Nov 26, 2024
1 parent 1b74b72 commit 1c75fc9
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 1c75fc9

Please sign in to comment.