Skip to content

Commit a9fe736

Browse files
committed
fix(webapp): Watch button tooltip defaults to the recommendation's note
1 parent e69e13e commit a9fe736

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/webapp/app/components/dashboard-agent/WatchButton.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ export function WatchButton({
5454
fullWidth={fullWidth}
5555
textAlignLeft={fullWidth}
5656
className={className}
57-
tooltip={tooltip}
57+
// The recommendation's own promise is the best description of the button.
58+
tooltip={tooltip ?? spec.note}
5859
onClick={() => agent.openWithWatch(spec)}
5960
>
6061
{label}

0 commit comments

Comments
 (0)