mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Fix transient props for styled-components v6
This commit is contained in:
@@ -8,7 +8,7 @@ import { AppRoute } from '/@/renderer/router/routes';
|
||||
|
||||
export const GenreCell = ({ value, data }: ICellRendererParams) => {
|
||||
return (
|
||||
<CellContainer position="left">
|
||||
<CellContainer $position="left">
|
||||
<Text
|
||||
$secondary
|
||||
overflow="hidden"
|
||||
|
||||
Reference in New Issue
Block a user