Skip to content

Commit

Permalink
Align item in Form Response
Browse files Browse the repository at this point in the history
  • Loading branch information
cptrodgers committed Aug 24, 2024
1 parent fdcbf31 commit 06aab10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const FormResponses = () => {

<Table.Body>
{responses.map((response) => (
<Table.Row key={response.submissionId}>
<Table.Row key={response.submissionId} align="center">
<Table.RowHeaderCell>
{response.responseData.firstName}{" "}
{response.responseData.lastName}
Expand Down

0 comments on commit 06aab10

Please sign in to comment.