Skip to content

Commit 8b97de8

Browse files
committed
fix name history time
1 parent 96b3e06 commit 8b97de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/Name.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h5>
44
{{name.name}}
55
<small v-if="name.changedToAt">Changed at {{changedToAt}}</small>
6-
<small v-if="!name.changedToAt">Initial</small>
6+
<small v-if="!name.changedToAt"></small>
77
</h5>
88
</li>
99
</template>

0 commit comments

Comments
 (0)