lint
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
5f2e06f75f
commit
6e6d874d1b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const ChatPageSidebar = () => {
|
|||
};
|
||||
|
||||
return (
|
||||
<Stack space={4} className='h-full relative'>
|
||||
<Stack space={4} className='relative h-full'>
|
||||
<Stack space={4} className='px-4 pt-6'>
|
||||
<HStack alignItems='center' justifyContent='between'>
|
||||
<CardTitle title={intl.formatMessage(messages.title)} />
|
||||
|
|
Loading…
Reference in a new issue