fix: correct typo in Alert component prop (#494)

Corrected the typo in the prop name of the Alert component from 'varaint' to 'variant'. This change ensures the proper functioning of the alert in informational variant.
This commit is contained in:
Milad Emami
2024-07-24 20:57:16 +03:30
committed by GitHub
parent 9bce0a34e3
commit ebab15f046

View File

@@ -61,7 +61,7 @@ export const ToleranceCard = ({
{ isAnswerRange
&& (
<Alert
varaint="info"
variant="info"
>
<FormattedMessage {...messages.toleranceAnswerRangeWarning} />
</Alert>