Update ResultFileName.tsx

pull/2092/head
bunsenstraat 3 years ago committed by GitHub
parent 6bc2c5523e
commit 3e512e0e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      libs/remix-ui/search/src/lib/components/results/ResultFileName.tsx

@ -13,8 +13,6 @@ export const ResultFileName = (props: ResultItemProps) => {
if (props.file && props.file.path) {
setIcon(getPathIcon(props.file.path))
}
// remove path from string
// const path = props.file.path.split('/').slice(0, -1).join('/')
}, [props.file])
return (

Loading…
Cancel
Save