fix(ui): Tie selection
Added !
This commit is contained in:
@@ -21,7 +21,7 @@ function getCardImagePath(cardPath: string) {
|
||||
function selectTie(tieIndex: number) {
|
||||
wb.sendAndWait("PickTie", { cardIndex: tieIndex }).then(
|
||||
$q.notify({
|
||||
message: "You've successfully picked your tieCard",
|
||||
message: "You've successfully picked your tieCard!",
|
||||
color: "positive",
|
||||
position: "top"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user