Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtsiomWB committed Dec 27, 2024
1 parent 9aedf54 commit abfd612
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions weave-js/src/components/Tag/Tag.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
import classNames from 'classnames';
import React, {FC, ReactElement, useEffect,useMemo, useRef, useState} from 'react';
import React, {
FC,
ReactElement,
useEffect,
useMemo,
useRef,
useState,
} from 'react';
import {twMerge} from 'tailwind-merge';

import {Icon, IconName} from '../Icon';
Expand Down Expand Up @@ -140,4 +147,4 @@ export const RemovableTag: FC<RemovableTagProps> = ({
return <Wrapper>{nakedTag}</Wrapper>;
}
return nakedTag;
};
};
2 changes: 1 addition & 1 deletion weave-js/src/components/Tag/TagTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ export const TagTooltip = React.forwardRef<HTMLElement, TagTooltipProps>(
/>
);
}
);
);

0 comments on commit abfd612

Please sign in to comment.