Skip to content

Commit c506a96

Browse files
format fixes
1 parent 8d0ff61 commit c506a96

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontend/src/components/Content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ const Content: React.FC<ContentProps> = ({
297297
showAlert: true,
298298
alertMessage: `Processing ${batch.length} files at a time.`,
299299
alertType: 'info',
300-
})
300+
});
301301
for (let i = 0; i < batch.length; i++) {
302302
if (newCheck) {
303303
if (batch[i]?.status === 'New') {

frontend/src/utils/Constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ export const POST_PROCESSING_JOBS: { title: string; description: string }[] = [
193193

194194
export const batchSize: number = parseInt(process.env.VITE_BATCH_SIZE ?? '2');
195195

196-
197196
export const nvlOptions: NvlOptions = {
198197
allowDynamicMinZoom: true,
199198
disableWebGL: true,

0 commit comments

Comments
 (0)