Skip to content

Commit

Permalink
Merge pull request #124 from BuidlerDAO/nig-724
Browse files Browse the repository at this point in the history
fix: nig-724
  • Loading branch information
huangbinjie authored Apr 18, 2024
2 parents 9c16cfb + c11e53c commit 469daee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/welcome/Profile/Reward.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const Reward = () => {
/>
</TabList>
</Box>
<TabPanel value="1" className="xfans-scrollbar h-0 flex-1 overflow-y-auto p-0">
<TabPanel value="1" className="xfans-scrollbar h-0 flex-1 overflow-y-auto !p-0">
{loadingTweetList || loadingx ? (
<CenterLoading />
) : tweetList == null || tweetList.length === 0 ? (
Expand Down Expand Up @@ -254,7 +254,7 @@ const Reward = () => {
</ul>
)}
</TabPanel>
<TabPanel value="2" className="xfans-scrollbar h-0 flex-1 overflow-y-auto p-0">
<TabPanel value="2" className="xfans-scrollbar h-0 flex-1 overflow-y-auto !p-0">
{loadingTweetYourRank || loadingx ? (
<CenterLoading />
) : tweetYourRank == null || tweetYourRank.length === 0 ? (
Expand Down

0 comments on commit 469daee

Please sign in to comment.