Skip to content

Commit

Permalink
Fallback to show origin if there are no diff remark
Browse files Browse the repository at this point in the history
  • Loading branch information
LOOHP committed Jun 15, 2024
1 parent 1c99c74 commit 13e3d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/route-board/RouteTerminus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const RouteTerminus = ({ terminus }: RouteTerminus) => {
}
}
}
if (terminus.nlbId) {
if (remark === "" || terminus.nlbId) {
remark =
t("從") +
toProperCase(terminus.orig[i18n.language]) +
Expand Down

0 comments on commit 13e3d78

Please sign in to comment.