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"
|
||||
@click="toggleModal('voteHistory')"
|
||||
>
|
||||
Nomination history
|
||||
<em><font-awesome-icon icon="hand-paper"/></em>
|
||||
Nomination history<em>[V]</em>
|
||||
</li>
|
||||
<li @click="leaveSession" v-if="session.sessionId">
|
||||
Leave Session
|
||||
|
|
Loading…
Reference in New Issue