projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe23f97
)
Fix typo
author
Benjamin Auder
<benjamin.auder@somewhere>
Mon, 30 Mar 2020 23:59:51 +0000
(
01:59
+0200)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Mon, 30 Mar 2020 23:59:51 +0000
(
01:59
+0200)
client/src/views/News.vue
patch
|
blob
|
blame
|
history
diff --git
a/client/src/views/News.vue
b/client/src/views/News.vue
index
4f42415
..
96492ab
100644
(file)
--- a/
client/src/views/News.vue
+++ b/
client/src/views/News.vue
@@
-61,7
+61,7
@@
export default {
};
},
computed: {
- devTeam: functio() {
+ devTeam: functio
n
() {
return params.devs.includes(this.st.user.id);
}
},