🚨 Lint and prettier

This commit is contained in:
ajnart
2023-04-03 15:45:47 +09:00
parent 2fc4adfbb0
commit 56e824267d
3 changed files with 4 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ class ErrorBoundary extends React.Component<ErrorBoundaryProps, ErrorBoundarySta
mt="md"
fullWidth
>
{(this.props.t('modal.reportButton'))}
{this.props.t('modal.reportButton')}
</Button>
</>
),