mirror of https://github.com/bra1n/townsquare.git
Add V hotkey for vote history
This commit is contained in:
parent
d88b02d199
commit
0b78848d03
|
@ -114,8 +114,7 @@
|
||||||
v-if="session.voteHistory.length"
|
v-if="session.voteHistory.length"
|
||||||
@click="toggleModal('voteHistory')"
|
@click="toggleModal('voteHistory')"
|
||||||
>
|
>
|
||||||
Nomination history
|
Nomination history<em>[V]</em>
|
||||||
<em><font-awesome-icon icon="hand-paper"/></em>
|
|
||||||
</li>
|
</li>
|
||||||
<li @click="leaveSession" v-if="session.sessionId">
|
<li @click="leaveSession" v-if="session.sessionId">
|
||||||
Leave Session
|
Leave Session
|
||||||
|
|
Loading…
Reference in New Issue