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