From 369ae989bb85e027b8db624e103b412641aa2f5b Mon Sep 17 00:00:00 2001 From: Natsumi Date: Tue, 22 Jun 2021 04:46:33 +1200 Subject: [PATCH] Typo --- html/src/index.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/index.pug b/html/src/index.pug index ac5d5cfd..041ec9dd 100644 --- a/html/src/index.pug +++ b/html/src/index.pug @@ -1035,7 +1035,7 @@ html template(v-if="userDialog.isFriend") el-dropdown-item(icon="el-icon-postcard" command="Request Invite" divided) Request Invite el-dropdown-item(icon="el-icon-postcard" command="Request Invite Message") Request Invite With Message - template(v-if="lastLocation.location && isGameRunning && !checkCanInvite(this.lastLocation.location)") + template(v-if="lastLocation.location && isGameRunning && !checkCanInvite(lastLocation.location)") el-dropdown-item(icon="el-icon-message" command="Invite") Invite el-dropdown-item(icon="el-icon-message" command="Invite Message") Invite With Message template(v-else-if="userDialog.incomingRequest")