Remove redundant getter `hasChanges`
There is already a getter `someUncommitedChanges` that does the same job, so replace it with that. Also turns out that `repo_tabs.vue` doesn't really use the properties `hasChanges` and `mergeRequestId` it takes in, so that resulted in a lot of dead code removal.
Showing
Please register or sign in to comment