remove uneeded

pull/1879/head
yann300 3 years ago
parent 0be8315dcb
commit 4df4d7216d
  1. 2
      libs/remix-ui/terminal/src/lib/remix-ui-terminal.tsx

@ -25,7 +25,7 @@ export interface ClipboardEvent<T = Element> extends SyntheticEvent<T, any> {
}
export const RemixUiTerminal = (props: RemixUiTerminalProps) => {
const { call, _deps, on, config, event, gistHandler, version } = props.plugin
const { call, _deps, on, config, event, version } = props.plugin
const [_cmdIndex, setCmdIndex] = useState(-1)
const [_cmdTemp, setCmdTemp] = useState('')

Loading…
Cancel
Save