Skip to content

Commit

Permalink
fix: minor fix πŸ›
Browse files Browse the repository at this point in the history
  • Loading branch information
olemp committed Jul 11, 2024
1 parent d4586b8 commit e46f51c
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ export const Timebank: FC<ITimebankProps> = (props) => {
</>
)
: (
<MessageBar intent='warning'>
{t('timesheet.timebank.balanceAdjustmentNotAvailable')}
</MessageBar>
<div hidden={state.isTimebankAdjusted}>
<MessageBar intent='warning'>
{t('timesheet.timebank.balanceAdjustmentNotAvailable')}
</MessageBar>
</div>
)}
</div>
</PopoverSurface>
Expand Down

0 comments on commit e46f51c

Please sign in to comment.