How to get Moralis to show the correct method on Etherscan

I’m executing a write operation with Moralis react useWeb3Contract() wrapper.

Instead of getting the executed function name, Etherscan shows a method id.

I’m getting:
Screenshot 2022-02-24 at 19.07.55
But it should look like this:
Screenshot 2022-02-24 at 19.08.32

I think that etherscan knows how to map that to a function name