Skip to content

Commit

Permalink
fix grid col value
Browse files Browse the repository at this point in the history
  • Loading branch information
og24715 committed Mar 7, 2019
1 parent 1e19031 commit bbf9c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/src/favorites/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const App = () => {
</IconButton>
</Toolbar>

<Grid container spacing="16">
<Grid container spacing={16}>
{followingPornstars.map(pornstar => (
<Grid item xs={12 / cardCol} key={pornstar.name}>
<Card item={pornstar}/>
Expand Down

0 comments on commit bbf9c8c

Please sign in to comment.