https://github.com/code-423n4/2024-02-althea-liquid-infrastructure/blob/bd6ee47162368e1999a0a5b8b17b701347cf9a7d/liquid-infrastructure/contracts/LiquidInfrastructureERC20.sol#L359C14-L359C37
The withdrawFromManagedNFTs function withdraws token from the managed NFTs to the liquidInfrastructureErc20 token contract. It, however, lacks a check for 0 numWithdrawals which can lead to the function running without actually doing anything. 
Consider adding a 0 check and reverting if there are no NFTs to withdraw from.
