From 1283896a30361dc2b603dc6e43d5808443d22ec6 Mon Sep 17 00:00:00 2001 From: Tim Pechersky Date: Thu, 23 Sep 2021 15:02:21 +0200 Subject: [PATCH] filter for current frontend token --- frontend/src/components/TokensList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/TokensList.js b/frontend/src/components/TokensList.js index 81297249..6e4bdbc8 100644 --- a/frontend/src/components/TokensList.js +++ b/frontend/src/components/TokensList.js @@ -16,7 +16,7 @@ import moment from "moment"; import CopyButton from "./CopyButton"; const List = ({ data, revoke, isLoading, update }) => { - const userToken = localStorage.getItem("BUGOUT_ACCESS_TOKEN"); + const userToken = localStorage.getItem("MOONSTREAM_ACCESS_TOKEN"); const cellProps = { px: ["2px", "6px", "inherit"],