diff --git a/pages/cart/publishers/index.tsx b/pages/cart/publishers/index.tsx index 37ae3ee..74eb564 100644 --- a/pages/cart/publishers/index.tsx +++ b/pages/cart/publishers/index.tsx @@ -109,20 +109,20 @@ function PublishersPage({ publishers = [] }: IProps) { if (shownPubs.length === 0) { return (
); - } - else { + } else { return shownPubs.map((publisher) => (