From 55bd0ab3151610e87d65fb77040a788853351995 Mon Sep 17 00:00:00 2001 From: Dilmurod Date: Thu, 5 Dec 2024 15:22:54 +0500 Subject: [PATCH] . --- src/Components/Tasks/TaskTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Tasks/TaskTable.tsx b/src/Components/Tasks/TaskTable.tsx index c233043..6574aa3 100644 --- a/src/Components/Tasks/TaskTable.tsx +++ b/src/Components/Tasks/TaskTable.tsx @@ -360,7 +360,7 @@ const TaskTable = ({ dataIndex: "action", width: "10%", key: "11", - fixed: "right", + fixed: isMobile ? "right" : false, render: (text: string, record: TTask) => { return (