mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
TTV TGUI, VR sleeper work.
This commit is contained in:
@@ -303,7 +303,7 @@ const ContractsTab = (props, context) => {
|
||||
return (
|
||||
<Fragment>
|
||||
<Section
|
||||
title="Availible Contracts"
|
||||
title="Available Contracts"
|
||||
buttons={(
|
||||
<Button
|
||||
content="Call Extraction"
|
||||
|
||||
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user