Skip to content

Commit

Permalink
Don't hide fee list page
Browse files Browse the repository at this point in the history
At some point it was decided to hide the whole page when any modal was open.
This gives some weird behavior when opening non-full screen modals like the menu. We don't want to hide the page.
  • Loading branch information
JacobArrow committed Dec 7, 2023
1 parent fc44b61 commit b8bbaca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/apps/fee-list/FeeList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ const FeeList: FC = () => {

return (
<>
<div
style={modalIds.length > 0 ? { display: "none" } : {}}
className="fee-list-page"
>
<div className="fee-list-page">
<h1 data-cy="fee-list-headline" className="text-header-h1 my-32">
{t("feeListHeadlineText")}
</h1>
Expand Down

0 comments on commit b8bbaca

Please sign in to comment.