shift stub

This commit is contained in:
Alexander Wong
2018-04-18 13:05:56 -06:00
parent e6ee51f481
commit 63b523a8a4
8 changed files with 1306 additions and 562 deletions
+5
View File
@@ -73,6 +73,11 @@ const NavbarView = ({ isAuthenticated, dispatchLogoutRequest, selfUser }) => (
Providers
</Dropdown.Item>
)}
{selfUser.client && (
<Dropdown.Item as={Link} to="/user/profile/client/shifts">
Shifts
</Dropdown.Item>
)}
{selfUser.provider && (
<Dropdown.Item as={Link} to="/user/profile/provider/clients">
Clients