Typo: WriteComment to CreateComment
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user