Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
Fixing lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
edolyne committed Dec 18, 2016
1 parent 8d16411 commit eb715f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imports/blocks/give/Loading.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ type ILoadingProps = {
isSavedPayment?: boolean,
}
const Loading = ({ isSchedule, isSavedPayment }: ILoadingProps) => {

let header = LOADING_HEADER;
let text = LOADING_TEXT;

Expand Down

0 comments on commit eb715f7

Please sign in to comment.