Skip to content

Commit

Permalink
fix tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafMd-1 committed Dec 8, 2023
1 parent 896f51b commit 33ecec7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Components/Users/SkillsSlideOver.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,11 @@ export default ({ show, setShow, username }: IProps) => {
<div>
<div className="col-span-full sm:col-span-3 sm:col-start-2">
{(!isLoading || !skillsLoading) && (
<div className="tooltip flex items-center gap-2">
<div
className={`${
!authorizeForAddSkill && "tooltip"
} flex items-center gap-2`}
>
<SkillSelect
id="select-skill"
multiple={false}
Expand Down

0 comments on commit 33ecec7

Please sign in to comment.