Commit 13516ec0 authored by Kev's avatar Kev

Remove unused iconTimerSvg from time_ago.vue

parent db23496b
<script>
import { GlIcon } from '@gitlab/ui';
import iconTimerSvg from 'icons/_icon_timer.svg';
import '~/lib/utils/datetime_utility';
import tooltip from '~/vue_shared/directives/tooltip';
import timeagoMixin from '~/vue_shared/mixins/timeago';
......@@ -21,11 +20,6 @@ export default {
required: true,
},
},
data() {
return {
iconTimerSvg,
};
},
computed: {
hasDuration() {
return this.duration > 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment