Update src/components/AvailabilityStatusLabel/AvailabilityStatusLabel.tsx

Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
This commit is contained in:
SektorDV 2021-08-06 10:27:12 +02:00 committed by GitHub
parent b26c7ec6d6
commit d3865662c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ export const AvailabilityStatusLabel = ({ channel, type = "" }) => {
: messages.unpublished,
{
date: localizeDate(channel.publicationDate, "L"),
type: type || ""
type
}
)}
status={