diff --git a/frontend/app/components/Header/SettingsMenu/SettingsMenu.tsx b/frontend/app/components/Header/SettingsMenu/SettingsMenu.tsx index 3d628594c..2b8963295 100644 --- a/frontend/app/components/Header/SettingsMenu/SettingsMenu.tsx +++ b/frontend/app/components/Header/SettingsMenu/SettingsMenu.tsx @@ -35,7 +35,7 @@ function SettingsMenu(props: RouteComponentProps) { }; return (
{isAdmin && ( diff --git a/frontend/app/components/shared/LiveSessionList/LiveSessionList.tsx b/frontend/app/components/shared/LiveSessionList/LiveSessionList.tsx index 2a3183270..cae3bb2a5 100644 --- a/frontend/app/components/shared/LiveSessionList/LiveSessionList.tsx +++ b/frontend/app/components/shared/LiveSessionList/LiveSessionList.tsx @@ -87,7 +87,7 @@ function LiveSessionList(props: Props) {
-

+

Live Sessions {/* {numberWithCommas(total)} */}

diff --git a/frontend/app/components/shared/ReloadButton/ReloadButton.tsx b/frontend/app/components/shared/ReloadButton/ReloadButton.tsx index 1eba6c115..774d427fe 100644 --- a/frontend/app/components/shared/ReloadButton/ReloadButton.tsx +++ b/frontend/app/components/shared/ReloadButton/ReloadButton.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { CircularLoader, Icon, Tooltip } from 'UI'; +import { CircularLoader, Icon, Tooltip, Button } from 'UI'; import cn from 'classnames'; interface Props { @@ -13,10 +13,8 @@ export default function ReloadButton(props: Props) { const { loading, onClick, iconSize = '20', iconName = 'arrow-repeat', className = '' } = props; return ( -
- {/* @ts-ignore */} - {loading ? : } -
+
); } diff --git a/frontend/app/components/shared/SessionListContainer/components/SessionList/SessionList.tsx b/frontend/app/components/shared/SessionListContainer/components/SessionList/SessionList.tsx index eb46db987..c33f187cf 100644 --- a/frontend/app/components/shared/SessionListContainer/components/SessionList/SessionList.tsx +++ b/frontend/app/components/shared/SessionListContainer/components/SessionList/SessionList.tsx @@ -143,7 +143,7 @@ function SessionList(props: Props) {
{NO_CONTENT.message} {noContentType === NoContentType.ToDate ? ( -
+
) : null}