We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3b9d2 commit aa821d8Copy full SHA for aa821d8
src/resources/utilityFunctions.js
@@ -12,6 +12,6 @@ export const convertToBase64 = (fileArray) => fileArray.map((file) => new Promis
12
13
// used to add days to a Date () in the AdditionalInfo component
14
export const addDays = (date, days) => {
15
- date.setDate(date.getDate() + days);
16
- return date;
17
-}
+ date.setDate(date.getDate() + days)
+ return date
+}
0 commit comments