mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-08-23 17:14:08 -05:00
Fix an issue with outdated browsers
This commit is contained in:
@@ -104,7 +104,7 @@ const types = {
|
||||
|
||||
const type = computed(() => types[props.type]);
|
||||
const store = computed(() => type.value.store);
|
||||
const nextSchedule = computed(() => store.value.upcomingSchedules?.at(0));
|
||||
const nextSchedule = computed(() => store.value.upcomingSchedules?.[0]);
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user