(customAssets)
| 35 | setState(state => ({ ...state, customModal })); |
| 36 | }, |
| 37 | setCustomAssets(customAssets) { |
| 38 | setState(state => ({ ...state, customAssets })); |
| 39 | }, |
| 40 | setCustomBlocks(customBlocks) { |
| 41 | setState(state => ({ ...state, customBlocks })); |
| 42 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected