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

Commit

Permalink
Fixing bug on 'requestsRemaining' visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed May 19, 2018
1 parent ae5ceb1 commit 9ece811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/public/home-page/home-page.component.ts
Expand Up @@ -13,7 +13,7 @@ export class HomePageComponent implements OnInit {
isWaitingForParseResult: boolean = false;
ingredientParsed: IngredientParsed;
error: string;
requestsRemaining: number;
requestsRemaining: number = null;

constructor(private parserService: ParserService) { }

Expand Down

0 comments on commit 9ece811

Please sign in to comment.