Skip to content

Commit eea63cc

Browse files
committed
➖ remove: unused property
1 parent 16bc90a commit eea63cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tabs/src/components/TabList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { createClassVariant } from '@jdesignlab/theme';
88

99
const List = (props: TabsListProps) => {
1010
const { children, ...otherProps } = props;
11-
const { defaultValue, setSelectedTab, variant, size, full, baseColor, accentColor } = useContext(TabsContext);
11+
const { defaultValue, setSelectedTab, variant, size, full, baseColor } = useContext(TabsContext);
1212
const style = { ...tabListStyle(baseColor, full, variant, size) };
1313

1414
useEffect(() => {

0 commit comments

Comments
 (0)