ESX Extended config not working,

So here is what is not working. On the top right it is not showing my money or my job.

Here is what I did to make it not show. I removed these lines of code from client/main.lua to install ESX_InventoryHUD

> -- Menu interactions
> Citizen.CreateThread(function()
> 	while true do
> 
> 		Citizen.Wait(0)
> 
> 		if IsControlJustReleased(0, Keys['F2']) and IsInputDisabled(0) and not isDead and not ESX.UI.Menu.IsOpen('default', 'es_extended', 'inventory') then
> 			ESX.ShowInventory()
> 		end
> 
> 	end
> end)
> ```

Can I get some help seeing my job again? it is set to true in the config