Skip to content

Commit 5b63a64

Browse files
authored
Merge pull request #6274 from espoon-voltti/otherRepresentative_dollar_sign_removal
Päätös erityisestä tuesta: Poistettu $-merkki Muu laillinen edustaja- tiedon edestä.
2 parents c116632 + d2549b3 commit 5b63a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/lib-components/assistance-need-decision/AssistanceNeedPreschoolDecisionReadOnly.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ export default React.memo(function DecisionFormReadView({
322322
))}
323323
{decision.form.otherRepresentativeHeard && (
324324
<li>
325-
{t.otherRepresentative}: $
325+
{t.otherRepresentative}:
326326
{decision.form.otherRepresentativeDetails}
327327
</li>
328328
)}

0 commit comments

Comments
 (0)