fix: updated plex_userid to camelcase

This commit is contained in:
2022-08-19 10:49:16 +02:00
parent 74d5868a5c
commit 2fed03a882
5 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div v-if="plexId" class="wrapper">
<div v-if="plexUserId" class="wrapper">
<h1>Your watch activity</h1>
<div style="display: flex; flex-direction: row">
@@ -78,7 +78,7 @@
const days: Ref<number> = ref(30);
const graphViewMode: Ref<GraphTypes> = ref(GraphTypes.Plays);
const plexId = computed(() => store.getters["user/plexId"]);
const plexUserId = computed(() => store.getters["user/plexUserId"]);
const graphValueViewMode = [
{