This website works better with JavaScript.
Home
Explore
Help
Sign In
wayne.lee
/
tsms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
no newline
pull/10/head
MSI\2Fi
5 months ago
parent
1dfaf4dd4f
commit
7da05b4019
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/TimesheetAmendment/TimesheetAmendment.tsx
+1
-1
src/components/TimesheetAmendment/TimesheetAmendmentModal.tsx
+1
-1
src/components/UserWorkspacePage/UserWorkspacePage.tsx
+1
-1
src/components/UserWorkspacePage/UserWorkspaceWrapper.tsx
+ 1
- 1
src/components/TimesheetAmendment/TimesheetAmendment.tsx
View File
@@ -512,4 +512,4 @@ const TimesheetAmendment: React.FC<Props> = ({
);
};
export default TimesheetAmendment;
export default TimesheetAmendment;
+ 1
- 1
src/components/TimesheetAmendment/TimesheetAmendmentModal.tsx
View File
@@ -82,4 +82,4 @@ export const TimesheetAmendmentModal: React.FC<Props> = ({
</Card>
</Modal>
);
};
};
+ 1
- 1
src/components/UserWorkspacePage/UserWorkspacePage.tsx
View File
@@ -248,4 +248,4 @@ const UserWorkspacePage: React.FC<Props> = ({
);
};
export default UserWorkspacePage;
export default UserWorkspacePage;
+ 1
- 1
src/components/UserWorkspacePage/UserWorkspaceWrapper.tsx
View File
@@ -89,4 +89,4 @@ const UserWorkspaceWrapper: React.FC = async () => {
);
};
export default UserWorkspaceWrapper;
export default UserWorkspaceWrapper;
Write
Preview
Loading…
Cancel
Save