React JS Component Keeps Re-rendering

The issue is that it appears that the entire adminControlPannel keeps getting called or something. The menu at the top of the screen keeps redoing its animation and if im looking at the drop down menu it is also refreshing. It doesnt look like the whole web page is refreshing but the component is.

https://gist.github.com/LunarSamurai/74ea58ce27ee9d786abf55c179e75ee5.js

I have spent a few days now, attempting to figure this out. So there is the entire source code for that one webpage (function) this is ReactJS. Here is the Admin Webpage that is being called as well:

https://gist.github.com/LunarSamurai/d4932bbed2c260a7c2eaa7fae52cc4a8