Skip to content

Commit

Permalink
#3124 - small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Olga Mazurina committed Aug 23, 2023
1 parent f18b964 commit c0d0a70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const BondMenuItems: FC<MenuItemsProps> = (props) => {

{nonQueryBondNames.map((name, i) => {
const iconName = getIconName(name);
let classNames =
const classNames =
styles.sameGroup +
(i === nonQueryBondNames.length - 1 ? styles.devider : '');

Expand Down

0 comments on commit c0d0a70

Please sign in to comment.