Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 294e1d8

Browse files
committed
fix: my-unit date query param shown in tags
1 parent 28014f0 commit 294e1d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/admin-ui/src/component/my-units/UnitReservationsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function UnitReservationsView(): JSX.Element {
8989
options={reservationUnitTypeOptions}
9090
/>
9191
</AutoGrid>
92-
<SearchTags hide={[]} translateTag={translateTag} />
92+
<SearchTags hide={["date"]} translateTag={translateTag} />
9393
<HR />
9494
<HorisontalFlexWrapper>
9595
<Button

0 commit comments

Comments
 (0)