There was an error while loading. Please reload this page.
1 parent dfd9c5d commit 3af1ec4Copy full SHA for 3af1ec4
1 file changed
packages/neuron-ui/src/components/CustomRows/ActivityRow.tsx
@@ -34,7 +34,7 @@ const ActivityRow = (props?: ActivityRowProps) => {
34
return (
35
<div
36
className={`${styles.activityRow} ${styles[status]}`}
37
- title={`${hash}: ${description || ''}`}
+ title={`${hash}${description ? `: ${description}` : ''}`}
38
onDoubleClick={onDoubleClick}
39
>
40
<div className={styles.action}>{`${typeLabel} ${shannonToCKBFormatter(value)} CKB`}</div>
0 commit comments