chore(test-components): add missing semicolon

This commit is contained in:
eliabejr 2019-01-25 17:46:16 -03:00
parent ad34afc123
commit 978fe5c3c7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const Wrapper = styled.div`
flex-direction: column;
width: ${props => props.theme.sidebarWidth};
height: ${props => `calc(100vh - ${props.theme.headerHeight})`};
font-family: ${props => props.theme.fontFamily}
font-family: ${props => props.theme.fontFamily};
background-color: ${props => props.theme.colors.sidebarBg};
padding-top: 15px;
position: relative;