Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pvicensSpacedev committed Apr 24, 2024
1 parent 6cb8caa commit d788e24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
10 changes: 1 addition & 9 deletions apps/web/src/contexts/shimmer/ShimmerContext.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
import {
createContext,
memo,
ReactNode,
useCallback,
useContext,
useMemo,
useState,
} from 'react';
import { createContext, memo, ReactNode, useCallback, useContext, useMemo, useState } from 'react';
import styled from 'styled-components';

import { MultiShimmer } from '~/components/MultiShimmer/MultiShimmer';
Expand Down
10 changes: 5 additions & 5 deletions apps/web/src/scenes/UserGalleryPage/UserGalleryCollections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,14 @@ function UserGalleryCollections({ galleryRef, queryRef, mobileLayout }: Props) {
}

const StyledUserGalleryCollections = styled.div`
width: 100%;
width: 100%;
padding-top: 16px;
padding-top: 16px;
@media only screen and ${breakpoints.tablet} {
padding-top: 24px;
@media only screen and ${breakpoints.tablet} {
padding-top: 24px;
}
`;
`;

const StyledUserGalleryCollectionContainer = styled.div`
padding-bottom: 48px;
Expand Down

0 comments on commit d788e24

Please sign in to comment.