Skip to content

Commit 63a7f03

Browse files
committed
Twitter bugfix.
1 parent b659295 commit 63a7f03

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

src/lib/GraphClient/queries/Organisations/getOrganisation.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"id",
1818
"username",
1919
"email",
20-
"orcid",
21-
"twitter"
20+
"orcid"
2221
]
2322
},
2423
{
@@ -115,4 +114,4 @@
115114
]
116115
}
117116
]
118-
}
117+
}

src/lib/GraphClient/queries/getPublicUserMeta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"homepage",
1111
"orcid",
1212
"username",
13-
"twitter",
1413
"mastodon",
1514
"bluesky",
1615
"thirdParty",

src/views/Organisations/Organisation.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -562,8 +562,7 @@ export default {
562562
userHeaders: [
563563
{text: 'Username', value: 'username', align: 'center'},
564564
{text: 'Email address', value: 'email', align: 'center'},
565-
{text: 'ORCID ID', value: 'orcid', align: 'center'},
566-
{text: 'Twitter', value: 'twitter', align: 'center'},
565+
{text: 'ORCID ID', value: 'orcid', align: 'center'}
567566
],
568567
showEditDialog: false,
569568
editFormValid: false,
@@ -819,4 +818,4 @@ export default {
819818
overflow-x: scroll;
820819
overflow-y: hidden;
821820
}
822-
</style>
821+
</style>

0 commit comments

Comments
 (0)