<ButtonBase key={menuItem} disabled={isLoading} style={style(theme).buttonBase} onClick={() => action ? action(index) : undefined} >
                    <Grid item={true} style={style(theme).inActiveItemContainer}>
                        <Paper style={style(theme).inActiveContainer} elevation={0}>
                            < Typography variant={'subheading'} >{menuItem.toUpperCase()}</Typography>
                        </Paper>