fix eslint errors
This commit is contained in:
parent
f924be5874
commit
8a7d1f3846
|
|
@ -3,8 +3,8 @@ import { Aside } from '@custom/shared/components/Aside';
|
|||
import Button from '@custom/shared/components/Button';
|
||||
import { useCallState } from '@custom/shared/contexts/CallProvider';
|
||||
import { useParticipants } from '@custom/shared/contexts/ParticipantsProvider';
|
||||
import { useUIState } from '@custom/shared/contexts/UIStateProvider';
|
||||
import { useTranscription } from '@custom/shared/contexts/TranscriptionProvider';
|
||||
import { useUIState } from '@custom/shared/contexts/UIStateProvider';
|
||||
|
||||
export const TRANSCRIPTION_ASIDE = 'transcription';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
import React from 'react';
|
||||
|
||||
import { TrayButton } from '@custom/shared/components/Tray';
|
||||
import { useTranscription } from '@custom/shared/contexts/TranscriptionProvider';
|
||||
import { useUIState } from '@custom/shared/contexts/UIStateProvider';
|
||||
import { ReactComponent as IconTranscription } from '@custom/shared/icons/chat-md.svg';
|
||||
import { useTranscription } from '@custom/shared/contexts/TranscriptionProvider';
|
||||
import { TRANSCRIPTION_ASIDE } from './TranscriptionAside';
|
||||
|
||||
export const Tray = () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue