Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger committed Nov 7, 2023
1 parent b06592d commit ba56bfe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/console/src/components/layout/LayoutWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ export const LayoutWrapper = ({
)}

<div className="flex-1">
<div
className="no-scrollbar h-full overflow-y-auto pb-4"
>
<div className="no-scrollbar h-full overflow-y-auto pb-4">
{children}
</div>
</div>
Expand Down

0 comments on commit ba56bfe

Please sign in to comment.