diff --git a/src/app/components/Lobby.tsx b/src/app/components/Lobby.tsx
index f4f4a19..5b658ee 100644
--- a/src/app/components/Lobby.tsx
+++ b/src/app/components/Lobby.tsx
@@ -79,7 +79,7 @@ export default function Lobby ( { player }: { player: string } )
>
-
+
{ player.tag ? `${ player.tag } ${ player.name }` : player.name }
@@ -96,7 +96,7 @@ export default function Lobby ( { player }: { player: string } )
backgroundImage: `url(${ player.positionIcon })`,
} }
>
-
diff --git a/src/app/components/Ranked.tsx b/src/app/components/Ranked.tsx
index 6103ff8..823b341 100644
--- a/src/app/components/Ranked.tsx
+++ b/src/app/components/Ranked.tsx
@@ -55,7 +55,7 @@ export default function Ranked ( { name, tag }: { name: string; tag: string } )
return (
-
+
{ [ "MASTER", "GRANDMASTER", "CHALLENGER" ].includes( data.tier ) ? (
{ data.tier } { data.lp } LP
@@ -70,7 +70,7 @@ export default function Ranked ( { name, tag }: { name: string; tag: string } )
{ data.wins }W
{ data.losses }L
-
diff --git a/src/app/components/Session.tsx b/src/app/components/Session.tsx
index ef96b26..69ed457 100644
--- a/src/app/components/Session.tsx
+++ b/src/app/components/Session.tsx
@@ -69,7 +69,7 @@ export default function Session ( { name, tag }: { name: string; tag: string } )
-
+
{ data.kills }
/
@@ -77,7 +77,7 @@ export default function Session ( { name, tag }: { name: string; tag: string } )
{ data.deaths }
/
-
+
{ data.assists }