From 69676b3de58305df8b5455907dca11e356b40c44 Mon Sep 17 00:00:00 2001 From: zeppi Date: Tue, 27 Jul 2021 16:35:22 -0400 Subject: [PATCH] livestream api constant rename --- ui/component/livestreamLayout/view.jsx | 4 ++-- ui/component/livestreamLink/view.jsx | 6 +++--- ui/component/livestreamList/view.jsx | 4 ++-- ui/component/publishForm/view.jsx | 4 ++-- ui/constants/livestream.js | 7 ++++--- ui/effects/use-get-livestreams.js | 4 ++-- ui/page/livestream/view.jsx | 9 +++++---- ui/page/livestreamSetup/view.jsx | 3 ++- 8 files changed, 22 insertions(+), 19 deletions(-) diff --git a/ui/component/livestreamLayout/view.jsx b/ui/component/livestreamLayout/view.jsx index ad6721211..5c1de8097 100644 --- a/ui/component/livestreamLayout/view.jsx +++ b/ui/component/livestreamLayout/view.jsx @@ -1,5 +1,5 @@ // @flow -import { BITWAVE_EMBED_URL } from 'constants/livestream'; +import { LIVESTREAM_EMBED_URL } from 'constants/livestream'; import React from 'react'; import FileTitleSection from 'component/fileTitleSection'; import LivestreamComments from 'component/livestreamComments'; @@ -29,7 +29,7 @@ export default function LivestreamLayout(props: Props) {