mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
[resumes][fix] fix reloading
This commit is contained in:
@ -101,7 +101,7 @@ export default function ResumeReviewPage() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{(detailsQuery.isError || detailsQuery.data === null) && ErrorPage}
|
{(detailsQuery.isError || detailsQuery.data === null) && ErrorPage}
|
||||||
{detailsQuery.isFetching && (
|
{detailsQuery.isLoading && (
|
||||||
<div className="w-full pt-4">
|
<div className="w-full pt-4">
|
||||||
{' '}
|
{' '}
|
||||||
<Spinner display="block" size="lg" />{' '}
|
<Spinner display="block" size="lg" />{' '}
|
||||||
|
Reference in New Issue
Block a user