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