Skip to content

Commit e09d334

Browse files
authored
Update src/components/SeatsAnalysisViewer.vue
1 parent 72ab202 commit e09d334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SeatsAnalysisViewer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ data() {
104104
headers: [
105105
{ title: 'Login', key: 'login' },
106106
{ title: 'GitHub ID', key: 'id' },
107-
{ title: 'Assigning_team', key: 'team' },
107+
{ title: 'Assigning team', key: 'team' },
108108
{ title: 'Assigned time', key: 'created_at' },
109109
{ title: 'Last Activity At', key: 'last_activity_at' },
110110
{ title: 'Last Activity Editor', key: 'last_activity_editor' },

0 commit comments

Comments
 (0)