Skip to content

Commit

Permalink
invalid count on muster list issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaKhanAbdalli committed Jan 25, 2024
1 parent a5b07ce commit 3b8ec3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VaultLocationReport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default function VaultLocationReport(props: Props): ReactElement {
<Count
resource={constants.R_ITEMS}
sx={{ fontSize: '1.5rem' }}
filter={{ vaultLocation: id }}
filter={filter}
/>
items
</Typography>
Expand Down

0 comments on commit 3b8ec3e

Please sign in to comment.