Skip to content

Commit

Permalink
Fixed duplicate name enrolledUsers in `CreateOrEditOffer.constants.…
Browse files Browse the repository at this point in the history
…ts` (#2933)

There was a sonar issue with a duplicate name in a file, but now it is fixed!
  • Loading branch information
Made1ra authored Dec 4, 2024
1 parent 6f0392b commit 52b2dbb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export const getInitialValues = (offer: Offer | null) => ({
subject: offer?.subject._id ?? '',
proficiencyLevel: offer?.proficiencyLevel ?? [],
languages: offer?.languages ?? [],
enrolledUsers: [],
title: offer?.title ?? '',
description: offer?.description ?? '',
price: offer?.price.toString() ?? '',
Expand Down

0 comments on commit 52b2dbb

Please sign in to comment.