fix conflict

pull/4999/head
Joseph Izang 7 months ago
parent cbd6d6f6d3
commit b858d54cb6
  1. 4
      libs/remix-ui/workspace/src/lib/components/file-explorer.tsx

@ -99,10 +99,6 @@ export const FileExplorer = (props: FileExplorerProps) => {
}
}, [treeRef.current])
useEffect(() => {
plugin
}, [])
const hasReservedKeyword = (content: string): boolean => {
if (state.reservedKeywords.findIndex((value) => content.startsWith(value)) !== -1) return true
else return false

Loading…
Cancel
Save