Skip to content

Commit

Permalink
Fix travel reimbursements in the application status
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanisaacg committed Feb 19, 2019
1 parent 530ac4b commit 463753d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dashboard/ApplicationStatus.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const ApplicationStatus = ({ status, onComing, onNotComing, reimbursement }) =>
<div style={{ width: "100%", textAlign: "left" }}>
<p className="lead">Application Status</p>
</div>
{ applicationBody(status, onComing, onNotComing) }
{ applicationBody(status, onComing, onNotComing, reimbursement) }
</div>
)

Expand Down

0 comments on commit 463753d

Please sign in to comment.