mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix: remove useless fragments
This commit is contained in:
parent
b4f745599b
commit
4c76ce11dd
4 changed files with 25 additions and 26 deletions
|
@ -1,4 +1,4 @@
|
|||
import React, { FunctionComponent, useEffect } from 'react';
|
||||
import { FunctionComponent, useEffect } from 'react';
|
||||
import { useLocation } from 'react-router-dom';
|
||||
|
||||
import ServerConnections from './ServerConnections';
|
||||
|
@ -56,7 +56,7 @@ const ServerContentPage: FunctionComponent<ServerContentPageProps> = ({ view })
|
|||
location.search
|
||||
]);
|
||||
|
||||
return <></>;
|
||||
return null;
|
||||
};
|
||||
|
||||
export default ServerContentPage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue