[offers][fix] add check for loading

pull/554/head
Zhang Ziqing 3 years ago
parent 8e53e8dd4d
commit c9c96b1b04

@ -53,6 +53,7 @@ export default function OffersHomePage({
router.push('/offers');
}
return (
!isLoading &&
isAuthorized && (
<>
<Head>

Loading…
Cancel
Save