Skip to content

Commit

Permalink
Merge pull request #48 from Robert-M-Lucas/dev-quick-fix
Browse files Browse the repository at this point in the history
Dev quick fix
  • Loading branch information
Robert-M-Lucas authored Apr 28, 2024
2 parents f569ffd + a2f5111 commit fbe055d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/dashboard/DashboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function Dashboard() {
}
}
// eslint-disable-next-line
},[update]);
},[auth.currentUser, update]);

if (!authResolved) {
auth.authStateReady().then(() => setAuthResolved(true));
Expand Down
2 changes: 1 addition & 1 deletion src/pages/dashboard/goal setting tile/GoalsSettingTile.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/pages/dashboard/goal setting tile/GoalsSettingTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@
.modified-multi-range-slider .bar-inner-right {
width: 50%;
}

.modified-multi-range-slider .thumb {
background-color: #d6cfcf;
background-color: #ffffff;
position: relative;
z-index: 1;
cursor: pointer;
Expand Down

0 comments on commit fbe055d

Please sign in to comment.