summaryrefslogtreecommitdiff
path: root/components/data-table/data-table-pin-right.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-05-12 11:34:29 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-05-12 11:34:29 +0000
commit033d96b6bfe812e26e9728c4a3f1e69abf858470 (patch)
tree953daaac8092a7ae6abb157d9819023c1710984d /components/data-table/data-table-pin-right.tsx
parentcd682438ffed4c2fd551606dc6dbec7b62497f6d (diff)
(대표님) 데이터테이블 - 공통컴포넌트 변경사항항
Diffstat (limited to 'components/data-table/data-table-pin-right.tsx')
-rw-r--r--components/data-table/data-table-pin-right.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/data-table/data-table-pin-right.tsx b/components/data-table/data-table-pin-right.tsx
index ad52e44d..2ba471cc 100644
--- a/components/data-table/data-table-pin-right.tsx
+++ b/components/data-table/data-table-pin-right.tsx
@@ -181,7 +181,6 @@ export function PinRightButton<TData>({ table }: { table: Table<TData> }) {
<span className="hidden sm:inline">
오른 고정
</span>
- <ChevronsUpDown className="ml-1 size-4 opacity-50 hidden sm:inline" />
</Button>
</PopoverTrigger>