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 { AutosizeTextInput } from '../AutosizeTextInput';
const meta: Meta<typeof AutosizeTextInput> = {
title: 'Components/Common/AutosizeTextInput',
title: 'UI/Inputs/AutosizeTextInput',
component: AutosizeTextInput,
};