diff --git a/TODO b/TODO index 6c33e8909..49b0133a1 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +game notes, like player/team notes https://discord.com/channels/290013534023057409/331882115119448065/1304735855042232332 + too many non-shooting fouls in late game situations when defense is in the bonus - should be rare when tied or up 1-2 points - https://discord.com/channels/290013534023057409/331882115119448065/1304329744774336522 diff --git a/src/ui/views/Negotiation.tsx b/src/ui/views/Negotiation.tsx index 1cec09fd7..776fbd4c0 100644 --- a/src/ui/views/Negotiation.tsx +++ b/src/ui/views/Negotiation.tsx @@ -164,12 +164,20 @@ const Negotiation = ({ - +
+ {resigning ? ( + + Return to Re-Sign Players page + + ) : ( + + )} +
); };