Skip to content

Commit

Permalink
code review rework
Browse files Browse the repository at this point in the history
  • Loading branch information
ssundahlTTD committed Oct 11, 2023
1 parent 2fa6c43 commit a0c4907
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ function NoParticipants() {

export function ApprovedParticipantsTable({ participants }: ApprovedParticipantsTableProps) {
return (
<div className='participant-requests-container'>
<table className='participant-requests-table'>
<div className='approved-participant-container'>
<table className='approved-participants-table'>
<thead>
<tr>
<th>Participant Name</th>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.participant-requests-container {
.participant-requests-table {
.participant-requests-container,
.approved-participant-container {
.participant-requests-table,
.approved-participants-table {
width: 100%;

tr th {
Expand Down

0 comments on commit a0c4907

Please sign in to comment.