Skip to content

Commit

Permalink
feat: new placeholder for missing values (i.e. NO_VALUE_FALLBACK) (#2228
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Fedor Kulikov authored May 25, 2021
1 parent 6de2803 commit 11a6c70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/curvy-ears-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools-frontend/constants': minor
---

Change missing value placholder (i.e. `NO_VALUE_FALLBACK`) from `- - - -` to `- -`
2 changes: 1 addition & 1 deletion packages/constants/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export type TAppNotificationSide = TAppNotification<{
}>;

// Fallback string when there is no localized value
export const NO_VALUE_FALLBACK = '- - - -';
export const NO_VALUE_FALLBACK = '- -';

// HTTP requests and responses
export const STATUS_CODES = {
Expand Down

1 comment on commit 11a6c70

@vercel
Copy link

@vercel vercel bot commented on 11a6c70 May 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.