Skip to content

Commit

Permalink
Bug/345 submit sickness status (#349)
Browse files Browse the repository at this point in the history
* Add my story to stories

* make user go through cq page after setting sickness status
  • Loading branch information
vinovo authored Sep 30, 2020
1 parent afdb093 commit baf0d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/Dashboard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function Dashboard(props, { draggableMapRoutes = [] }) {
{
name: "UPDATE MY STATUS",
href: paths.onboard,
state: { onboard: true },
state: { onboard: false },
classes: classNames("MuiFab-extended assessment", styles.assessment),
},
{
Expand Down

0 comments on commit baf0d08

Please sign in to comment.