diff --git a/src/shared/components/form-fields/month-field.tsx b/src/shared/components/form-fields/month-field.tsx index 738b9433..620e317e 100644 --- a/src/shared/components/form-fields/month-field.tsx +++ b/src/shared/components/form-fields/month-field.tsx @@ -13,7 +13,7 @@ export const MonthField = forwardRef((props, ref) => { return ( - + {props.error} )