mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-13 21:27:40 +02:00
fix: on edit button show upgrade now validation issue in profile page
This commit is contained in:
@@ -7,12 +7,13 @@ const Tooltip = ({
|
||||
url,
|
||||
iconColor,
|
||||
maxWidth,
|
||||
handleTooltipClick,
|
||||
type
|
||||
handleOnlickHelp
|
||||
}) =>
|
||||
url || type ? (
|
||||
url || handleOnlickHelp ? (
|
||||
<button
|
||||
onClick={() => (type ? handleTooltipClick(type) : openInNewTab(url))}
|
||||
onClick={() =>
|
||||
handleOnlickHelp ? handleOnlickHelp() : openInNewTab(url)
|
||||
}
|
||||
className={"text-center cursor-pointer"}
|
||||
>
|
||||
<sup>
|
||||
|
||||
Reference in New Issue
Block a user