Skip to content

Commit

Permalink
loading wheel for browse page to address #389
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghoonio committed Sep 17, 2024
1 parent 5f2167c commit 76ac397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/Browse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export function Browse() {

<div className="row mt-0">
<div className="col-12">
{topNamespace?.data?.results ? (
{topNamespace?.data?.results && !topNamespace?.isFetching ? (
<>
<div className="d-flex flex-wrap align-items-center justify-content-between">
<div className="fs-6 fw-medium pt-3">Top 10 Starred PEPs</div>
Expand Down

0 comments on commit 76ac397

Please sign in to comment.