mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
chore(ServerListingCard): fix stylelint issue
This commit is contained in:
parent
cc592a9da1
commit
83f3269b06
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ export const CardLine = styled.div<{ left?: boolean }>`
|
|||
display: flex;
|
||||
padding: 5px;
|
||||
box-sizing: border-box;
|
||||
|
||||
${(props) =>
|
||||
props.left &&
|
||||
css`
|
||||
|
|
Loading…
Add table
Reference in a new issue