Skip to content

Commit

Permalink
fix submitted proposal banner
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiaggio committed Dec 23, 2024
1 parent 5a6de77 commit 6515cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explore/src/main/scala/explore/ExploreLayout.scala
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ object ExploreLayout:
),
<.div(LayoutStyles.MainBody, LayoutStyles.WithMessage.when(isSubmitted))(
props.resolution.renderP(props.model),
TagMod:
TagMod.when(isSubmitted):
SubmittedProposalMessage(proposalReference, deadline)
)
)
Expand Down

0 comments on commit 6515cad

Please sign in to comment.