remove uneeded

pull/5370/head
yann300 3 years ago
parent aae31ac92f
commit a1312ad721
  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