Skip to content

Commit

Permalink
add padding below scrubber view buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
garris committed Jan 28, 2018
1 parent bd9a662 commit 5a72626
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions compare/src/components/atoms/ImageScrubber.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const Wrapper = styled.div`
const WrapTitle = styled.div`
display: flex;
justify-content: center;
padding-bottom: 20px;
`;

export default function ImageScrubber({
Expand Down
1 change: 0 additions & 1 deletion compare/src/reducers/scrubber.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ function getPosFromImgId(imgId) {
const scrubber = (state = {}, action) => {
switch (action.type) {
case 'OPEN_SCRUBBER_MODAL':
console.log('>>>', action);
let targetImgId = '';
try {
targetImgId = action.value.targetImg.id;
Expand Down

0 comments on commit 5a72626

Please sign in to comment.