Skip to content

Commit

Permalink
interrupt: remove dots
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Dec 18, 2023
1 parent b45f3ab commit e2d2946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/interrupt.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Vue.component('interrupt', {
<template v-if='!selected_room'>
<p v-for='room in rooms'>
<button @click='selected_room=room.name' class='btn btn-lg btn-block'>
{{room.name}}..
{{room.name}}
</button>
</p>
</template>
Expand Down

0 comments on commit e2d2946

Please sign in to comment.