Skip to content

Commit 6298b75

Browse files
committed
proper fix for LinkRetry issue
1 parent 05609af commit 6298b75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/packages/frontend/components/link-retry.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ const LinkRetry: React.FC<Props> = ({
125125
);
126126
if (tooltip) {
127127
return <Tooltip title={tooltip}>{btn}</Tooltip>;
128+
} else {
129+
return btn;
128130
}
129131
case "link":
130132
default:

0 commit comments

Comments
 (0)