mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 07:15:44 +00:00
refactor(FE): Fix multiline formatting for isError conditions
This commit is contained in:
@@ -236,7 +236,8 @@ const TransferToLayingFilterModal = ({
|
||||
}}
|
||||
onBlur={formik.handleBlur}
|
||||
isError={
|
||||
(formik.touched.endDate && Boolean(formik.errors.endDate)) || hasDateError
|
||||
(formik.touched.endDate && Boolean(formik.errors.endDate)) ||
|
||||
hasDateError
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user