kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
format
rodzic
2d4f12fc05
commit
4960a0f640
|
@ -18,10 +18,12 @@ const messages = defineMessages({
|
|||
});
|
||||
|
||||
const Suggestion: FC<{ item: PolicyItem }> = ({ item }) => {
|
||||
return (<Stack>
|
||||
<div><strong className='text-lg'>{item.name}</strong></div>
|
||||
<div>{item.description}</div>
|
||||
</Stack>);
|
||||
return (
|
||||
<Stack>
|
||||
<div><strong className='text-lg'>{item.name}</strong></div>
|
||||
<div>{item.description}</div>
|
||||
</Stack>
|
||||
);
|
||||
};
|
||||
|
||||
const getInputType = (type: FieldItem['type']) => {
|
||||
|
|
Ładowanie…
Reference in New Issue