mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-19 01:44:00 +02:00
add remaining table columns
This commit is contained in:
@@ -12,7 +12,11 @@ export const RatingColumn = (props: ItemTableListInnerColumn) => {
|
||||
if (typeof row === 'number' || row === null) {
|
||||
return (
|
||||
<TableColumnContainer {...props}>
|
||||
<Rating className={row ? undefined : 'hover-only-flex'} value={row || 0} />
|
||||
<Rating
|
||||
className={row ? undefined : 'hover-only-flex'}
|
||||
size="xs"
|
||||
value={row || 0}
|
||||
/>
|
||||
</TableColumnContainer>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user