Skip to content

Commit

Permalink
improve:Enhanced user permissions management in the Timesheet components
Browse files Browse the repository at this point in the history
  • Loading branch information
Innocent-Akim committed Dec 7, 2024
1 parent e262292 commit e869b45
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ export function TimesheetFilter({ closeModal, isOpen, openModal, t, initDate, fi
</div>

<div className="flex gap-2">
<FrequencySelect />
<TimesheetFilterDate t={t} {...initDate} />
{isManage && (
<>
<FrequencySelect />
<TimesheetFilterDate t={t} {...initDate} />
<TimeSheetFilterPopover />
<Button
onClick={openModal}
Expand Down

0 comments on commit e869b45

Please sign in to comment.