aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/RecordingBox/ProgressBar.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-10-07 15:14:42 -0400
committerbobzel <zzzman@gmail.com>2024-10-07 15:14:42 -0400
commit4364cb0db3988537f6b9485146a16bc15d55e3cc (patch)
tree48c324cd66b55912585dd506675e156697c58b38 /src/client/views/nodes/RecordingBox/ProgressBar.tsx
parentfbff73033b6c0f9b1214e9013c155ff085e7a737 (diff)
parent09b722789afa5d7c5edfc701978f17e4745113bc (diff)
Merge branch 'master' into alyssa-starter
Diffstat (limited to 'src/client/views/nodes/RecordingBox/ProgressBar.tsx')
-rw-r--r--src/client/views/nodes/RecordingBox/ProgressBar.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/RecordingBox/ProgressBar.tsx b/src/client/views/nodes/RecordingBox/ProgressBar.tsx
index 62798bc2f..7e91df7ab 100644
--- a/src/client/views/nodes/RecordingBox/ProgressBar.tsx
+++ b/src/client/views/nodes/RecordingBox/ProgressBar.tsx
@@ -1,5 +1,3 @@
-/* eslint-disable react/no-array-index-key */
-/* eslint-disable react/require-default-props */
import * as React from 'react';
import { useEffect, useState, useRef } from 'react';
import './ProgressBar.scss';