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

@ -6,7 +6,7 @@ import { getRenderWrapperForComponent } from '~/testing/renderWrappers';
import { RightDrawerTopBar } from '../RightDrawerTopBar';
const meta: Meta<typeof RightDrawerTopBar> = {
title: 'Components/RightDrawer/RightDrawerTopBar',
title: 'UI/RightDrawer/RightDrawerTopBar',
component: RightDrawerTopBar,
argTypes: {
title: {