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