adds prod container and fixes build issues
This commit is contained in:
@@ -18,7 +18,7 @@ export default function Quota({
|
||||
async function getProfile() {
|
||||
if (!auth.isLoading && !auth.error && auth.isAuthenticated) {
|
||||
const { data: profile } = await api?.profiles?.me({});
|
||||
setQuota(profile?.quota);
|
||||
setQuota((profile as Profile)?.quota);
|
||||
}
|
||||
}
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user