mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Front: Hide Ratings with value equals 0
This commit is contained in:
parent
ddc3e8f61a
commit
605756a794
@ -329,7 +329,7 @@ export const TitleLine = ({
|
|||||||
<View
|
<View
|
||||||
{...css({ flexDirection: "row", alignItems: "center", justifyContent: "center" })}
|
{...css({ flexDirection: "row", alignItems: "center", justifyContent: "center" })}
|
||||||
>
|
>
|
||||||
{rating !== null && (
|
{rating !== null && rating !== 0 && (
|
||||||
<>
|
<>
|
||||||
<DottedSeparator
|
<DottedSeparator
|
||||||
{...css({ color: { xs: theme.user.contrast, md: theme.colors.white } })}
|
{...css({ color: { xs: theme.user.contrast, md: theme.colors.white } })}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user