fixed modal UX issue; now persists as intended, until token cost met in all six slots
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{% for room in my_games %}
|
||||
<li><a href="{% url 'epic:gatekeeper' room.id %}">{{ room.name }}</a></li>
|
||||
{% empty %}
|
||||
<li><small>No games yet</small></li>
|
||||
<li class="game-list-item"><small>No games yet</small></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
Reference in New Issue
Block a user