Skip to content

Commit

Permalink
fix(build): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lailabjil committed Jan 30, 2024
1 parent 7082eff commit 504db66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Binary file modified src/documentation/images/lifecycle_state.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -900,10 +900,6 @@ const ActivityOrRoutePlannerPage = () => {
);
};

const styleSurveyPageBoxTabletWhenIOS = (isOpen: boolean) => {
return isOpen ? "80vh" : "87vh";
};

const useStyles = makeStylesEdt<{ isIOS: boolean; modifiable: boolean; isOpen: boolean }>({
"name": { ActivityOrRoutePlannerPage },
})((theme, { isIOS, modifiable, isOpen }) => ({
Expand Down

0 comments on commit 504db66

Please sign in to comment.