chore: lint
This commit is contained in:
@@ -25,7 +25,6 @@ export const PageWrapper = () => {
|
|||||||
setRecordingName('');
|
setRecordingName('');
|
||||||
setRecordingId('');
|
setRecordingId('');
|
||||||
navigate('/recording');
|
navigate('/recording');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const handleEditRecording = (recordingId: string, fileName: string) => {
|
const handleEditRecording = (recordingId: string, fileName: string) => {
|
||||||
@@ -33,7 +32,6 @@ export const PageWrapper = () => {
|
|||||||
setRecordingId(recordingId);
|
setRecordingId(recordingId);
|
||||||
setBrowserId('new-recording');
|
setBrowserId('new-recording');
|
||||||
navigate('/recording');
|
navigate('/recording');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const isNotification = (): boolean => {
|
const isNotification = (): boolean => {
|
||||||
|
|||||||
Reference in New Issue
Block a user