Truncate comment user name when too long (#274)

This commit is contained in:
Charles Bochet
2023-06-12 16:39:56 +02:00
committed by GitHub
parent c99fa74e2f
commit be863a22c9
9 changed files with 375 additions and 7 deletions

View File

@ -5,7 +5,7 @@ import { getRenderWrapperForComponent } from '~/testing/renderWrappers';
import { UserAvatar } from '../UserAvatar';
const meta: Meta<typeof UserAvatar> = {
title: 'Components/User/UserAvatar',
title: 'Users/UserAvatar',
component: UserAvatar,
};