Skip to content

Commit 52ec1d1

Browse files
committed
Merge branch 'master' into vpn
2 parents 09bd562 + 6298b75 commit 52ec1d1

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)