Skip to content

Commit aead2c0

Browse files
committed
fix: typecheck
1 parent ecc23ae commit aead2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TableWithControlsLayout/TableWithControlsLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ TableWithControlsLayout.Controls = function TableControls({
3737
gap={2}
3838
>
3939
<div className={b('controls', className)}>{children}</div>
40-
{renderExtraControls()}
40+
{renderExtraControls?.()}
4141
</Flex>
4242
);
4343
};

0 commit comments

Comments
 (0)