diff --git a/frontend/app/components/shared/LiveSessionReloadButton/LiveSessionReloadButton.tsx b/frontend/app/components/shared/LiveSessionReloadButton/LiveSessionReloadButton.tsx index ab47fc054..395f2b77e 100644 --- a/frontend/app/components/shared/LiveSessionReloadButton/LiveSessionReloadButton.tsx +++ b/frontend/app/components/shared/LiveSessionReloadButton/LiveSessionReloadButton.tsx @@ -10,7 +10,7 @@ interface Props { function LiveSessionReloadButton(props: Props) { const { loading } = props return ( - + props.fetchLiveList()} className="cursor-pointer" /> ) }