Skip to content

Commit

Permalink
remove errant comma
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Feb 8, 2022
1 parent 23cbbdf commit d65f81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/volunteers/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class VolunteerComponent extends BaseLiveViewComponent<VolunteerContext,
<div class="field">
${text_input<Volunteer>(changeset, "name", { placeholder: "Name", autocomplete: "off", phx_debounce: 1000 })}
${error_tag(changeset, "name",)}
${error_tag(changeset, "name")}
</div>
<div class="field">
Expand Down

0 comments on commit d65f81e

Please sign in to comment.