moved lang attr to AppWrapper

pull/484/head
slowbackspace 5 years ago
parent 263e09dad1
commit 423970eec3

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html>
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />

@ -110,7 +110,7 @@ const Body = styled.div`
`; `;
const Wallet = (props: Props) => ( const Wallet = (props: Props) => (
<AppWrapper> <AppWrapper lang={props.wallet.language}>
<Header <Header
sidebarEnabled={!!props.wallet.selectedDevice} sidebarEnabled={!!props.wallet.selectedDevice}
sidebarOpened={props.wallet.showSidebar} sidebarOpened={props.wallet.showSidebar}

Loading…
Cancel
Save