Remove unused var
This commit is contained in:
parent
dece6e8c47
commit
e811b4896e
@ -6,7 +6,6 @@ import { getNextSmallerNumber } from '../lib/array-util.js'
|
||||
import {
|
||||
selectParsedText,
|
||||
selectCurrentSegmentIndex,
|
||||
selectDisplayMode,
|
||||
selectSegmentWindow
|
||||
} from '../store/selectors.js'
|
||||
|
||||
@ -16,7 +15,6 @@ export const TextOutput = () => {
|
||||
const { segments, offset } = useSelector(selectSegmentWindow)
|
||||
const { sentences, words } = useSelector(selectParsedText)
|
||||
const curSegment = useSelector(selectCurrentSegmentIndex)
|
||||
const mode = useSelector(selectDisplayMode)
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user