From c7e4a8ee582897a18afe01abd30907453510907b Mon Sep 17 00:00:00 2001 From: arthur-kamau Date: Tue, 10 Dec 2024 17:56:49 +0300 Subject: [PATCH] fix npm build errors --- web/src/components/ui/table.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/components/ui/table.tsx b/web/src/components/ui/table.tsx index e31ef05..bfcef11 100644 --- a/web/src/components/ui/table.tsx +++ b/web/src/components/ui/table.tsx @@ -1,6 +1,6 @@ "use client" -import { Box, Card, CardBody, FormatByte, Group, Kbd, Show, Table, Text, VStack } from "@chakra-ui/react" +import { Box, Card, CardBody, FormatByte, Group, Kbd, Table, Text, VStack } from "@chakra-ui/react" import { ActionBarContent, ActionBarRoot, @@ -26,13 +26,13 @@ const FilesTable = () => { const hasSelection = selection.length > 0 const indeterminate = hasSelection && selection.length < files.length - const handleShare = () => { + // const handleShare = () => { // if (navigator.canShare) { // navigator.share({ // url: "https://github.com/share" // }) // } - } + // } const rows = files?.map((item: any) => (