Skip to content

Commit

Permalink
fix: remove debug border
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Feb 5, 2024
1 parent 7cf0f84 commit a534f61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/table/ItemNameCellRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const ItemNameCellRenderer = (
iconSrc={iconSrc}
alt={alt}
mimetype={getMimetype(item.extra)}
sx={{ border: '2px solid red' }}
/>
);

Expand Down

0 comments on commit a534f61

Please sign in to comment.