diff --git a/apps/voting/app/src/components/VotingCard/VotingCard.js b/apps/voting/app/src/components/VotingCard/VotingCard.js index 9ec7b628df..e14cc0097a 100644 --- a/apps/voting/app/src/components/VotingCard/VotingCard.js +++ b/apps/voting/app/src/components/VotingCard/VotingCard.js @@ -52,7 +52,13 @@ const VotingCard = React.memo( const action = isVoteAction(vote) return ( -
+
{open ? ( @@ -96,7 +102,7 @@ const VotingCard = React.memo( -
+ ) }, (prevProps, nextProps) => { @@ -140,11 +146,6 @@ const OptionLabel = ({ label, isConnectedAccount }) => ( ) -const Main = styled.section` - display: flex; - flex-direction: column; -` - const Header = styled.div` display: flex; justify-content: space-between;