Skip to content

Commit

Permalink
chore: updated bando_state from backend string label (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBianchi authored Feb 20, 2024
1 parent 50a232d commit 5e28d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const BandiInEvidenceTemplate = ({
item.bando_state?.includes('inProgress'),
})}
>
{intl.formatMessage(messages[item.bando_state[0]])}
{item.bando_state[1]}
</div>
</span>
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const PageHeaderBando = ({ content }) => {
size=""
/>
{intl.formatMessage(messages.bando)}{' '}
{intl.formatMessage(messages[content.bando_state[0]])}
{content.bando_state[1]}
</div>
</div>
</div>
Expand Down

0 comments on commit 5e28d86

Please sign in to comment.