From 36bc6653e21a10ac298a0b7e78f605d90b5f406d Mon Sep 17 00:00:00 2001 From: FrozenArcher Date: Thu, 14 Mar 2024 21:19:13 +0800 Subject: [PATCH] add button text --- src/pages/DutyTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/DutyTable.tsx b/src/pages/DutyTable.tsx index 49d885b..1a54713 100644 --- a/src/pages/DutyTable.tsx +++ b/src/pages/DutyTable.tsx @@ -16,7 +16,7 @@ const DutyTablePage: FC = () => { return false; }} > - ); };