Skip to content

Commit

Permalink
restructured workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnobMahmud committed Apr 5, 2024
1 parent 395ac03 commit d508c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-engineering-web",
"version": "1.2.10",
"version": "1.3.0",
"author": "Arnob Mahmud",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/resources/pages/CoursePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const CoursePage = () => {
} catch (err) {
console.log(err.message);
}
}, []);
}, [data.access]);

return (
<CourseArea>
Expand Down

0 comments on commit d508c63

Please sign in to comment.