import bug fixed
This commit is contained in:
parent
11abb7d77c
commit
722d9fcaae
File diff suppressed because it is too large
Load Diff
@ -551,7 +551,7 @@ const UnitMaster = () => {
|
||||
<div className="bg-white w-full rounded-lg shadow-sm ring-1 ring-[#E5E7EB]">
|
||||
<div className="px-6 py-3 flex items-center justify-between border-b border-[#E5E7EB]">
|
||||
<h3 className="text-[16px] font-medium text-[#232528]">
|
||||
Unit Master ({units.length} {units.length === 1 ? 'unit' : 'units'})
|
||||
Unit Master ({units.length})
|
||||
</h3>
|
||||
|
||||
<div className="flex items-center gap-2">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user