Skip to content

Commit

Permalink
Fix incompatibility between FlexProperties.container and Properties.c…
Browse files Browse the repository at this point in the history
…ontainer.
  • Loading branch information
youngman-g committed Jul 14, 2024
1 parent d272302 commit 84ddb63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tx2-web/src/Flex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import React from 'react';
interface FlexProperties extends Properties {
className?: string,
children?: JSX.Element[] | string,
container?: boolean,
}

const Flex = (props: FlexProperties) => (
Expand Down

0 comments on commit 84ddb63

Please sign in to comment.