Skip to content

Commit 342c76b

Browse files
Clean up bootableSoasData.ts by removing brackets
Removed unnecessary closing brackets from bootableSoasData.ts.
1 parent c3c462a commit 342c76b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/constants/TryNowData/bootableSoasData.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ export const SugarSteps: steps[] = [
9494
],
9595
},
9696
]
97-
},
98-
];
97+
9998

10099
export const mockupImage = {
101100
path: 'assets/TryNowImages/boatsoasMockup.webp',

0 commit comments

Comments
 (0)