Skip to content

Commit a76ac43

Browse files
loading
1 parent 94fd04c commit a76ac43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/tx/details/TxInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ const TxInfo = ({ data, isLoading, socketStatus }: Props) => {
221221
colorPalette={ inferenceInfo?.type ? 'purple' : 'gray' }
222222
loading={ isLoading || inferenceInfo?.isLoading }
223223
>
224-
{ inferenceInfo?.isLoading ? '' : (inferenceInfo?.type || 'None') }
224+
{ inferenceInfo?.isLoading ? 'Loading...' : (inferenceInfo?.type || 'None') }
225225
</Badge>
226226
</DetailedInfo.ItemValue>
227227

0 commit comments

Comments
 (0)