more fixes
This commit is contained in:
parent
61dbadb51f
commit
cc43eddf66
@ -22,7 +22,8 @@ const addState = connect(
|
|||||||
}
|
}
|
||||||
|
|
||||||
function sendAbandon() {
|
function sendAbandon() {
|
||||||
return ws.sendInstanceAbandon(instance.id);
|
const id = instance ? instance.id : game.instance;
|
||||||
|
return ws.sendInstanceAbandon(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
@ -72,9 +72,8 @@ function JoinButtons(args) {
|
|||||||
Learn
|
Learn
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
class='discord-btn'
|
class='discord-btn'>
|
||||||
onClick={() => document.location.assign('https://discord.gg/YJJgurM')}>
|
<a href="https://discord.gg/YJJgurM" target="_blank" rel="noopener noreferrer"> </a>
|
||||||
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user