Only use username half of account as fallback value

This commit is contained in:
Gabe Kangas
2023-02-22 22:07:56 -08:00
parent 19330792f0
commit f76f7fbaf0
2 changed files with 6 additions and 1 deletions

View File

@@ -261,6 +261,9 @@ const noFollowersMock = {
export default {
title: 'owncast/Components/Followers/Followers collection',
component: FollowerCollection,
parameters: {
chromatic: { diffThreshold: 0.83 },
},
} as ComponentMeta<typeof FollowerCollection>;
const Template: ComponentStory<typeof FollowerCollection> = (args: object) => (