From 3d61d149e07da1f7448a7ee795833665939c680f Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 6 Aug 2022 22:43:03 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Bug=20Fixes=20and=20improvements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Data.tsx | 59 ++++++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 28 deletions(-) diff --git a/components/Data.tsx b/components/Data.tsx index a8b8e45..f2e6565 100644 --- a/components/Data.tsx +++ b/components/Data.tsx @@ -1149,7 +1149,7 @@ export default function Data(props: any): JSX.Element {
Emojis -
{" "} +
{data?.dataFile ? "Their" : "Your "} {emojiType === "topEmojis" @@ -1826,7 +1826,7 @@ export default function Data(props: any): JSX.Element { : null}{" "} Emojis
- {" "} + {!emojiType ? ( No Emojis Found or {data?.dataFile ? "they " : "you "}disabled @@ -2388,10 +2388,10 @@ export default function Data(props: any): JSX.Element { )} - {" "} +

- {data?.dataFile ? "Their" : "Your"} Connections{" "} + {data?.dataFile ? "Their" : "Your"} Connections @@ -2721,12 +2721,11 @@ export default function Data(props: any): JSX.Element { })}

- {" "} +
-
- {" "} +
{" "} +

{data?.dataFile ? "Their" : "Your"}
Discord
Bots - {" "} + {data?.dataFile ? "Their" : "Your"} Discord Bots @@ -8938,7 +8937,7 @@ export default function Data(props: any): JSX.Element { ); }) : ""} -
{" "} +
{!data?.bots ? (
No Bots were found or this option is was disabled by{" "} @@ -9003,7 +9002,7 @@ export default function Data(props: any): JSX.Element { ) : ( "$" )} -

{" "} +

on Discord
@@ -9061,7 +9060,7 @@ export default function Data(props: any): JSX.Element {

- Gifted Nitro{" "} + {data?.dataFile ? "Their" : "Your"} Gifted Nitro{" "} @@ -9152,7 +9151,7 @@ export default function Data(props: any): JSX.Element { width="24" > - {" "} + Some Analytics may be inacurrate @@ -9169,19 +9168,23 @@ export default function Data(props: any): JSX.Element { - {" "} -

- Note: you can view more statistics.{" "} - - Learn More - - . -

+ + {data?.fakeInfo || data?.dataFile ? ( + "" + ) : ( +

+ Note: you can view more statistics. + + Learn More + + . +

+ )}
{data?.statistics ? Object.keys(data?.statistics)?.map((t: any, i: number) => {