Skip to content

Commit

Permalink
更新 random-user-container.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-jayson authored Nov 22, 2024
1 parent 934a55f commit 8c9ec13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/explore/_components/random-user-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const RandomUser: React.FC<RandomUserProps> = ({ randomUsers }) => {
<h2 className="font-heading text-xl font-bold tracking-wide">
Connect with others
</h2>
<button disabled={loading}>
/* <button disabled={loading}>
{loading ? (
<>
<LoadingDots color="#FAFAFA" />
Expand All @@ -53,7 +53,7 @@ const RandomUser: React.FC<RandomUserProps> = ({ randomUsers }) => {
}}
/>
)}
</button>
</button> */
</div>
<ul className="mt-3 flex flex-col gap-3">
{newRandomUsers.length !== 0 ? (
Expand Down

1 comment on commit 8c9ec13

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for mlbb-fyi ready!

✅ Preview
https://mlbb-hu016ss1u-jinjays.vercel.app

Built with commit 8c9ec13.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.