Skip to content

Commit

Permalink
Update splashtag gather
Browse files Browse the repository at this point in the history
  • Loading branch information
cysabi authored Jan 15, 2024
1 parent 296f254 commit ed4ba38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/break.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ const RosterList = ({ roster, row = "flex-row" }) => (
{roster.map((data) => (
<div class={`flex items-center justify-between gap-6 ${row}`}>
<p class="truncate">
{data.splashtag.substring(0, data.splashtag.length - 5)}
{data.splashtag.split("#")[0]}
</p>
<div class="flex items-center shrink-0">
{data.weapons.map((w) => {
Expand Down

0 comments on commit ed4ba38

Please sign in to comment.