Remove unused locale import.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-10-23 18:01:04 -05:00
parent 5736304bd8
commit 66d5135feb
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
</b-tab>
<b-tab :title="langScheduleViewTab" no-body>
<schedule ref="schedule" :schedule-url="scheduleUrl" :station-time-zone="stationTimeZone"
:locale="locale" @click="doCalendarClick"></schedule>
@click="doCalendarClick"></schedule>
</b-tab>
</b-tabs>
</b-card>