mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 07:54:18 +02:00
Fix transient props for styled-components v6
This commit is contained in:
@@ -46,7 +46,7 @@ export const FavoriteCell = ({ value, data, node }: ICellRendererParams) => {
|
||||
};
|
||||
|
||||
return (
|
||||
<CellContainer position="center">
|
||||
<CellContainer $position="center">
|
||||
<Button
|
||||
compact
|
||||
sx={{
|
||||
|
||||
Reference in New Issue
Block a user