From d8ade045a17be8de98ea2a501dbdb7ba166de094 Mon Sep 17 00:00:00 2001 From: Sriram Viswanathan Date: Tue, 4 Apr 2017 18:36:14 -0300 Subject: [#938] Fixes lint errors with @anikarni --- web-ui/src/account_recovery/page.js | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'web-ui/src/account_recovery/page.js') diff --git a/web-ui/src/account_recovery/page.js b/web-ui/src/account_recovery/page.js index 89441d26..94927a16 100644 --- a/web-ui/src/account_recovery/page.js +++ b/web-ui/src/account_recovery/page.js @@ -53,10 +53,18 @@ export class Page extends React.Component { steps = () => ({ 0: , - 1: (), - 2: , + 1: + (), + 2: + (), 3: }) -- cgit v1.2.3