TTV TGUI, VR sleeper work.

This commit is contained in:
Artur
2020-06-08 12:28:16 +03:00
parent 4fe9e788ac
commit 33c5dfb28e
6 changed files with 26 additions and 66 deletions

View File

@@ -303,7 +303,7 @@ const ContractsTab = (props, context) => {
return (
<Fragment>
<Section
title="Availible Contracts"
title="Available Contracts"
buttons={(
<Button
content="Call Extraction"

View File

@@ -14,7 +14,7 @@ export const VrSleeper = (props, context) => {
</Box>
</Section>
)}
{...!!data.vr_avatar && (
{data.vr_avatar && (
<Section title={"Virtual Avatar"}>
<ProgressBar
title={"Avatar Status: "}
@@ -52,7 +52,7 @@ export const VrSleeper = (props, context) => {
)
|| ("You need to be inside the VR sleeper to connect to VR")}
</Section>
{!!data.vr_avatar && (
{data.can_delete_avatar && (
<Button
content={"Delete VR avatar"}
icon={'recycle'}