fix
This commit is contained in:
parent
977629f5cb
commit
77a32d793b
@ -23,7 +23,7 @@ export const Other = ({
|
|||||||
}: any) => {
|
}: any) => {
|
||||||
const theme = useTheme()
|
const theme = useTheme()
|
||||||
const isTablet = useMediaQuery(theme.breakpoints.down(1000));
|
const isTablet = useMediaQuery(theme.breakpoints.down(1000));
|
||||||
const sendRequestToCreate = userPrivilegies?.quizManual.amount > 0 ? startRequestCreate : undefined
|
const sendRequestToCreate = userPrivilegies?.quizManual?.amount > 0 ? startRequestCreate : undefined
|
||||||
|
|
||||||
switch (selectedItem) {
|
switch (selectedItem) {
|
||||||
case "hide":
|
case "hide":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user