We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60af6f commit 6f1738dCopy full SHA for 6f1738d
‎redbrick-rotate-game/src/cards/Spin.tsx
@@ -53,7 +53,6 @@ export const Spin: React.FC = () => {
53
const [isDialogOpen, setIsDialogOpen] = useState(false);
54
55
useEffect(() => {
56
- tokenscript.action.setActionButton({ show: false });
57
setLoading(false);
58
async function run() {
59
const eventStatus = await getGameStatus();
‎redbrick-rotate-game/tokenscript.xml
@@ -34,7 +34,7 @@
34
<ts:include type="css" src="./src/styles.css"/>
35
</ts:viewContent>
36
37
- <ts:card type="action" name="Spin">
+ <ts:card type="token" name="Spin">
38
<ts:label>
39
<ts:string xml:lang="en">Spin</ts:string>
40
</ts:label>
0 commit comments