We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2ff8d commit 149f08bCopy full SHA for 149f08b
web_src/js/components/ContextPopup.vue
@@ -38,9 +38,7 @@ export default {
38
39
computed: {
40
createdAt() {
41
- return this.issue !== null ?
42
- new Date(this.issue.created_at).toLocaleDateString(undefined, {year: 'numeric', month: 'short', day: 'numeric'}) :
43
- null;
+ return new Date(this.issue.created_at).toLocaleDateString(undefined, {year: 'numeric', month: 'short', day: 'numeric'});
44
},
45
46
body() {
0 commit comments