Skip to content

Commit

Permalink
Removed Extra Fields
Browse files Browse the repository at this point in the history
  • Loading branch information
MICHAELMUNAVU83 committed Nov 30, 2024
1 parent 452ce33 commit e72574b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/animina_web/components/beta_registration_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,8 @@ defmodule AniminaWeb.BetaRegistrationComponents do
<div class="w-[100%] md:grid grid-cols-2 gap-8">
<.zip_code_select f={f} language={@language} />
<.height_select f={f} language={@language} />
<.birthday_select f={f} language={@language} />
<.occupation_select f={f} language={@language} />
<.username_select f={f} language={@language} />
<.name_select f={f} language={@language} />
<.height_select f={f} language={@language} />
</div>
<div class="w-[100%] flex justify-start">
Expand Down

0 comments on commit e72574b

Please sign in to comment.