import { FC } from 'react'; import { LocalizeText } from '../../../api'; import { Text } from '../../../common'; import { useWired } from '../../../hooks'; export const WiredFurniSelectorView: FC<{}> = props => { const { trigger = null, furniIds = [] } = useWired(); return (