diff --git a/src/components/DonatersTopList/DonatersTopList.tsx b/src/components/DonatersTopList/DonatersTopList.tsx index 6d06776..d52ae53 100644 --- a/src/components/DonatersTopList/DonatersTopList.tsx +++ b/src/components/DonatersTopList/DonatersTopList.tsx @@ -101,7 +101,7 @@ export default function DonatersTopList({}: {}) { textStyle.marginLeft = layout === "vertical" ? "0px" : "20px"; const donatersTopStyle = headerFont.calcStyle(); - if (layout === "vertical") { + if (layout !== "vertical") { donatersTopStyle.display = "inline"; } donatersTopStyle.backgroundColor = titleBackgroundColor;