Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
tweaks to example
Browse files Browse the repository at this point in the history
  • Loading branch information
tinkertrain committed Jan 17, 2022
1 parent 9e1a068 commit ccb3b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Table/stories/ConvoList/ConvoList.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function ConvoList() {
outerBorderColor: 'transparent',
borderColor: 'white',
showStatusBorderColor: true,
name: `George Harrison ${Math.random()}`,
name: `George Harrison ${Math.random().toFixed(2)}`,
tooltipProps: {
appendTo: () => document.body,
title: 'George Harrison',
Expand Down Expand Up @@ -156,7 +156,7 @@ export default function ConvoList() {
if (row.id === 281796231 || row.id === 281796229) {
return (
<PopoverUI
triggerOn="click"
triggerOn="mouseenter"
appendTo={() => document.body}
withTriggerWrapper={false}
placement="left"
Expand Down
1 change: 0 additions & 1 deletion src/utilities/specs/avatar.specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export function generateAvatarList(number, withTooltip) {
if (withTooltip) {
return avatars.map(av => ({
tooltipProps: { title: `Hello ${av.firstName}!` },
animation: false,
...av,
}))
}
Expand Down

0 comments on commit ccb3b7a

Please sign in to comment.