Skip to content

Commit

Permalink
Editing Error Moment
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanEhab20 committed Mar 8, 2022
1 parent dda7ca8 commit 9199ac7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
17 changes: 7 additions & 10 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@testing-library/user-event": "^13.5.0",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"moment": "^2.24.0",
"node-sass": "^7.0.1",
"react": "^17.0.2",
"react-bootstrap": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/userPages/onGoingJob/JobRate.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function JobRate() {
}
};

const [rating, setRatingvalue] = useState(2);
const [rating, setRatingvalue] = useState(3);
const params = useParams();


Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8565,9 +8565,9 @@
"version" "1.0.4"

"moment@^2.24.0", "moment@^2.29.1":
"integrity" "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ=="
"resolved" "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz"
"version" "2.29.1"
"integrity" "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg=="
"resolved" "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz"
"version" "2.24.0"

"moo@^0.5.0":
"integrity" "sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w=="
Expand Down

0 comments on commit 9199ac7

Please sign in to comment.