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