@ -269,7 +269,9 @@ class DefaultLayout extends Component {
)} />
) : (null);
})}
<Redirect from="/" to="/dashboard" />
{ this.state.role_id == 28 ? (
<Redirect from="/" to="/dashboard-customer/48/50" />
) : <Redirect from="/" to="/dashboard" /> }
</Switch>
</Suspense>
</Container>