Skip to content

Commit

Permalink
- Removed getStatus from chats_filters.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
639852 committed Jun 4, 2024
1 parent f6a7eb5 commit bdd5d82
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugin/src/components/chats/chats_filters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,6 @@ const admins = computed(() => {
return result;
});
function getStatus(statusCode: Status | number) {
const status = Status[statusCode].toLowerCase().replace("_", " ");
return `${status[0].toUpperCase()}${status.slice(1)}`;
}
function getMetricOptions(metric: MetricWithKey) {
return metric.options.map((option) => ({
label: option.key,
Expand Down

0 comments on commit bdd5d82

Please sign in to comment.