Skip to content

Commit 7883532

Browse files
committed
add side for tooltip
1 parent 12942c4 commit 7883532

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • app/next-client-app/components/recommendations

app/next-client-app/components/recommendations/columns.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export const columns = (
7777
content={`Explanation: ${
7878
accuracy === 100 ? "Exact Match" : explanation
7979
}`}
80+
side="bottom"
8081
/>
8182
</div>
8283
);

0 commit comments

Comments
 (0)