mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix console errors
This commit is contained in:
parent
112f8627b5
commit
5f61a431de
4 changed files with 43 additions and 8 deletions
|
@ -46,7 +46,7 @@ const PluginDetailsTable: FC<PluginDetailsTableProps> = ({
|
|||
</TableCell>
|
||||
<TableCell>
|
||||
{
|
||||
(isPluginLoading || !pluginDetails?.version?.version && <Skeleton />)
|
||||
(isPluginLoading && <Skeleton />)
|
||||
|| pluginDetails?.version?.version
|
||||
}
|
||||
</TableCell>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue