From 4b8dfe9ef74b0206f1c9209baf27870a9408db42 Mon Sep 17 00:00:00 2001 From: Luke Zapart Date: Tue, 16 Apr 2024 07:07:54 -0700 Subject: [PATCH] Download is optional --- react/src/Table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/src/Table.tsx b/react/src/Table.tsx index ab409b2..c54c0f5 100644 --- a/react/src/Table.tsx +++ b/react/src/Table.tsx @@ -68,7 +68,7 @@ export function Table(props: Props) { - {download || true ? ( + {download ? (