Skip to content

Commit 35d3171

Browse files
committed
Display full prefixed refcodes in the UI
1 parent eea8288 commit 35d3171

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

webapp/src/components/FormattedRefcode.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ export default {
3434
return "LightGrey";
3535
},
3636
shortenedName() {
37-
if (this.refcode.includes(":")) {
38-
return this.refcode.split(":")[1];
39-
} else {
40-
return this.refcode;
41-
}
37+
return this.refcode;
4238
},
4339
},
4440
methods: {

0 commit comments

Comments
 (0)