Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
style: remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
greatSumini committed Sep 13, 2020
1 parent 4c7329b commit 4330880
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main/Badge/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { FC } from 'react';

import styled, { css } from 'styled-components/native';
import { FlattenSimpleInterpolation } from 'styled-components';

Expand All @@ -24,7 +23,6 @@ export interface BadgeProps extends StyleProps {
const StyledView = styled.View<StyleProps>`
position: absolute;
top: -15px;
width: auto;
min-width: 45px;
height: 45px;
Expand Down

0 comments on commit 4330880

Please sign in to comment.