This commit is contained in:
Bill 2022-04-03 22:52:18 -04:00
parent ef2f48cac4
commit 0074f08834

View File

@ -222,7 +222,6 @@ export const ModToolsView: FC<{}> = props =>
return <ModToolsUserChatlogView key={ userId } userId={ userId } onCloseClick={ () => handleClick('close_user_chatlog', userId.toString()) }/>
})
}
{ isTicketsVisible && <ModToolsTicketsView onCloseClick={ () => setIsTicketsVisible(false) } /> }
</ModToolsContextProvider>
);