admin(ui): add EggEditContainer.tsx

This commit is contained in:
Matthew Penner 2021-01-08 15:07:03 -07:00
parent 0d2fbfddc0
commit 48882e6f2c
3 changed files with 84 additions and 1 deletions

View file

@ -230,7 +230,7 @@ const NestEditContainer = () => {
if (loading || nest === undefined) {
return (
<AdminContentBlock title={'Nests'}>
<AdminContentBlock>
<FlashMessageRender byKey={'nest'} css={tw`mb-4`}/>
<div css={tw`w-full flex flex-col items-center justify-center`} style={{ height: '24rem' }}>