mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
refactor(FE): Fix population check to ensure proper boolean evaluation
This commit is contained in:
@@ -760,7 +760,7 @@ const UniformityForm = ({
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{projectFlockKandangLookup?.population && (
|
{!!projectFlockKandangLookup?.population && (
|
||||||
<>
|
<>
|
||||||
<div className='flex items-center justify-center gap-2 py-4'>
|
<div className='flex items-center justify-center gap-2 py-4'>
|
||||||
<div className='h-px bg-[#18181B33] w-8'></div>
|
<div className='h-px bg-[#18181B33] w-8'></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user