Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
fix height
Browse files Browse the repository at this point in the history
  • Loading branch information
pKorsholm committed Jan 27, 2022
1 parent 9eae3c4 commit e65d908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/discounts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const DiscountIndex = () => {

const Discounts = () => {
return (
<Router className="h-full">
<Router>
<DiscountIndex path="/" />
<Details path=":id" />
<New path="new" />
Expand Down

0 comments on commit e65d908

Please sign in to comment.