Skip to content

Commit

Permalink
sort the array
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Jul 12, 2022
1 parent b56b149 commit fd98b5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gui/src/renderer/components/AddFriend/AddFriendInPerson.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,9 @@ export default function AddFriendInPerson({
Are the animations identical?
</h3>
<div className="absolute left-0 right-0 top-0 bottom-0">
<StoryAnimation seed={story + theirstorylist.join("")} />
<StoryAnimation
seed={[story, theirstorylist.join("")].sort().join("")}
/>
</div>
<div className="absolute left-0 right-0 bottom-8 grid items-center justify-center text-center">
<button
Expand Down

0 comments on commit fd98b5f

Please sign in to comment.