Skip to content

Commit 00217c5

Browse files
fix(frontend): hide top buttons cy-482
1 parent 3391be0 commit 00217c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/pages/plan-style-overview/plan-style-overview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const PlanStyleOverview: React.FC = () => {
4545

4646
checkMobile();
4747
window.addEventListener("resize", checkMobile);
48-
48+
4949
return (): void => {
5050
window.removeEventListener("resize", checkMobile);
5151
};

0 commit comments

Comments
 (0)