Changed tooltip when component added
This commit is contained in:
parent
e6289478f2
commit
f1e197ea97
1 changed files with 5 additions and 1 deletions
|
|
@ -215,7 +215,11 @@ export const MarketCardComponent = ({
|
|||
</ShadTooltip>
|
||||
<ShadTooltip
|
||||
content={
|
||||
authorized ? "Add to Account" : "Please review your API key."
|
||||
authorized
|
||||
? added
|
||||
? "Clone"
|
||||
: "Add to Account"
|
||||
: "Please review your API key."
|
||||
}
|
||||
>
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue