Skip to content

Commit 31a4081

Browse files
committed
Check for length of repos
1 parent 744cd0e commit 31a4081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/coder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h3>Stars</h3>
108108
</div>
109109
</div>
110110

111-
<div v-if="repos_pushed" class="padh padv">
111+
<div v-if="repos_pushed.length" class="padh padv">
112112
<h2 id="repos">Repositories</h2>
113113
<table>
114114
<thead>

0 commit comments

Comments
 (0)