Skip to content

Commit

Permalink
Update no mission selection message
Browse files Browse the repository at this point in the history
  • Loading branch information
steveWDamesJr committed May 12, 2022
1 parent df8125e commit eb43373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function Profile() {
))}
</tr>
) : (
<tr className="empty"><td>You have not joined any missions</td></tr>
<tr className="empty"><td>You have not joined any missions at the moment</td></tr>
)}
</tbody>
</Table>
Expand Down

0 comments on commit eb43373

Please sign in to comment.