Skip to content

Commit

Permalink
Update src/Popover.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense authored Jul 10, 2020
1 parent 1c99fec commit 18e7666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const Popover: Popover = (React.forwardRef<HTMLDivElement, PopoverProps>(
className={classNames(
className,
decoratedBsPrefix,
`bs-popover-${primaryPlacement}`,
primaryPlacement && `bs-popover-${primaryPlacement}`,
)}
{...props}
>
Expand Down

0 comments on commit 18e7666

Please sign in to comment.