From 6ec16e1f9839162c701636915f05ff2ad1390e73 Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Mon, 4 Sep 2023 23:24:50 +0800 Subject: [PATCH] fix popup header --- src/views/Popup/index.js | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/views/Popup/index.js b/src/views/Popup/index.js index 3ecfd3b..870c5ff 100644 --- a/src/views/Popup/index.js +++ b/src/views/Popup/index.js @@ -96,8 +96,12 @@ export default function Popup({ setShowPopup, translator: tran }) { if (!rule) { return ( -
- + {isExt && ( + <> +
+ + + )}