Skip to content

Commit

Permalink
fix: fix a title
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss committed Jan 13, 2025
1 parent 5c5dd19 commit 3d7a35c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const NetworkFeeSettingItem: React.FC<NetworkFeeSettingItemProps> = ({
if (isLoading) {
return (
<NetworkFeeSettingItemWrapper className='loading'>
<span className='title'>{'Loading...'}</span>
<span className='title'>{settingTypeName}</span>

<NetworkFeeItemSkeletonBox />
</NetworkFeeSettingItemWrapper>
Expand Down

0 comments on commit 3d7a35c

Please sign in to comment.