Allow user to add as many locations as they want (#7279)

pull/7301/head
Esaú Morais 2023-02-23 08:19:28 -03:00 committed by GitHub
parent 4803817055
commit e5d44d029a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ export const EventSetupTab = (
</Trans>
</div>
)}
{validLocations.length > 0 && validLocations.length !== locationOptions.length && (
{validLocations.length > 0 && (
<li>
<Button
data-testid="add-location"