Skip to content

Commit

Permalink
Merge pull request #5 from jawordpressorg/master-unfetched
Browse files Browse the repository at this point in the history
Master unfetched
  • Loading branch information
fumikito authored Jan 21, 2024
2 parents ffaeebe + 64fbf9c commit ea17669
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/js/components/ticket-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,16 @@ export class Ticket extends Component {
) }
</td>
</tr>
<tr>
<th>アレルギー</th>
<td>{ ticket.allergic ? <span className="text-danger">{ ticket.allergic }</span>
: <span className="text-success">いいえ</span> }</td>
</tr>
<tr>
<th>特別なサポート</th>
<td>{ ticket.support ? <span className="text-danger">{ ticket.support }</span>
: <span className="text-success">いいえ</span> }</td>
</tr>
<tr>
<th>チェックイン</th>
<td>
Expand Down

0 comments on commit ea17669

Please sign in to comment.