Update src/components/AvailabilityStatusLabel/AvailabilityStatusLabel.tsx
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
This commit is contained in:
parent
b26c7ec6d6
commit
d3865662c8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export const AvailabilityStatusLabel = ({ channel, type = "" }) => {
|
||||||
: messages.unpublished,
|
: messages.unpublished,
|
||||||
{
|
{
|
||||||
date: localizeDate(channel.publicationDate, "L"),
|
date: localizeDate(channel.publicationDate, "L"),
|
||||||
type: type || ""
|
type
|
||||||
}
|
}
|
||||||
)}
|
)}
|
||||||
status={
|
status={
|
||||||
|
|
Loading…
Reference in a new issue