mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-22 22:30:52 +01:00
Updates
This commit is contained in:
parent
ef2f48cac4
commit
0074f08834
@ -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>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user