Skip to content

Commit

Permalink
#601 add notice for no planned absence
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikeW committed Sep 22, 2022
1 parent b1bc538 commit 9fe4e8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/pages/AbsencePlanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,9 @@ export const AbsencePlanner = () => {
</tbody>
</table>
) : (
<> </>
<>
<p>You don't have any planned absence periods.</p>
</>
)}
</div>
<div className="add-absence-box">
Expand Down

0 comments on commit 9fe4e8a

Please sign in to comment.