Telecomms fixes
This commit is contained in:
@@ -4,7 +4,7 @@ import { toFixed } from 'common/math';
|
||||
import { RADIO_CHANNELS } from '../constants';
|
||||
import { Button, LabeledList, NumberInput, NoticeBox, Section, Input, Window } from '../components';
|
||||
|
||||
export const TeleInteract = (props, context) => {
|
||||
export const TelecommsInteraction = (props, context) => {
|
||||
const { act, data } = useBackend(context);
|
||||
const {
|
||||
notice = "",
|
||||
|
||||
@@ -2,7 +2,7 @@ import { Fragment } from 'inferno';
|
||||
import { useBackend } from '../backend';
|
||||
import { Button, LabeledList, NoticeBox, Section, Tabs, Input, Window } from '../components';
|
||||
|
||||
export const TeleLogBrowser = (props, context) => {
|
||||
export const TelecommsLogBrowser = (props, context) => {
|
||||
const { act, data } = useBackend(context);
|
||||
const {
|
||||
notice,
|
||||
|
||||
@@ -4,7 +4,7 @@ import { RADIO_CHANNELS } from '../constants';
|
||||
import { Box, Button, LabeledList, NoticeBox, Section, Tabs, Input, Window } from '../components';
|
||||
|
||||
|
||||
export const Telemonitor = (props, context) => {
|
||||
export const TelecommsMonitor = (props, context) => {
|
||||
const { act, data } = useBackend(context);
|
||||
const {
|
||||
notice,
|
||||
|
||||
@@ -3,7 +3,7 @@ import { useBackend } from '../backend';
|
||||
import { act as _act } from '../byond';
|
||||
import { Button, LabeledList, NoticeBox, Section, Tabs, Input, Window } from '../components';
|
||||
|
||||
export const TelePDALog = (props, context) => {
|
||||
export const TelecommsPDALog = (props, context) => {
|
||||
const { act, data } = useBackend(context);
|
||||
const {
|
||||
network,
|
||||
|
||||
Reference in New Issue
Block a user