Skip to content

Commit

Permalink
fix mobile details opening on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Mar 6, 2024
1 parent fa58db2 commit 711963b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
};
const openDetails = () => {
if (isDesktopOrLarger) {
if (!isDesktopOrLarger) {
detailsOpen = true;
}
};
Expand Down

0 comments on commit 711963b

Please sign in to comment.