Typo: WriteComment to CreateComment

This commit is contained in:
2024-06-22 07:58:04 +04:00
parent 06879763bc
commit 6cd2a0c438
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ export default function Konstitisyon({session, titres, articles}) {
</IconButton>
</Box>
<Box>
<IconButton size='large' aria-label='commenter' onClick={() => handleCommentsDialog(titreId, titre, 'write')}>
<IconButton size='large' aria-label='commenter' onClick={() => handleCommentsDialog(titreId, titre, 'create')}>
<LightTooltip title='Commenter'>
<AddCommentIcon color='warning' fontSize='inherit' />
</LightTooltip>