This commit is contained in:
parent
d404f3b79f
commit
cb8ce32a49
@ -41,7 +41,7 @@ export default function ScoreButtons({
|
||||
onClick={() => {
|
||||
toast({
|
||||
title: "Copied!",
|
||||
description: `Copied "!bsr ${beatSaverMap}" to your clipboard!`,
|
||||
description: `Copied "!bsr ${beatSaverMap.bsr}" to your clipboard!`,
|
||||
});
|
||||
copyToClipboard(`!bsr ${beatSaverMap.bsr}`);
|
||||
}}
|
||||
|
Reference in New Issue
Block a user