diff --git a/src/App.tsx b/src/App.tsx
index 084986b..332144f 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -631,6 +631,7 @@ export default function App() {
Path
Type
Size
+ Remove
{rows.length === 0 && (
@@ -639,15 +640,22 @@ export default function App() {
)}
{rows.map((row) => (
- toggleRowSelection(row)}
- >
+
{row.name}
{row.kind === "file" ? row.path : row.url}
{row.type}
{row.size}
+
+
+
))}
@@ -656,8 +664,6 @@ export default function App() {
-
-