We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9004f35 + e9967ee commit 196adb0Copy full SHA for 196adb0
2 files changed
.github/workflows/backend-run-all-tests.yaml
@@ -34,7 +34,7 @@ jobs:
34
mongodb-version: '6.0'
35
- uses: actions/setup-node@v4
36
with:
37
- node-version: 18
+ node-version: 22.8.0
38
- name: Install dependencies
39
run: npm i
40
- name: Run tests
nextstep-frontend/src/pages/MainDashboard.tsx
@@ -1138,7 +1138,7 @@ const MainDashboard: React.FC = () => {
1138
<Button
1139
variant="contained"
1140
color="primary"
1141
- onClick={updateUserProfile}
+ onClick={() => updateUserProfile()}
1142
disabled={isSaving}
1143
sx={{ mt: 2 }}
1144
>
0 commit comments