fix conflict

pull/5370/head
Joseph Izang 4 months ago
parent 8cca22e1f3
commit a075683006
  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