()
| 39 | }; |
| 40 | |
| 41 | const refreshDisplayer = async () => { |
| 42 | if (pluginInfo?.capabilities.indexOf('displayer') !== -1) { |
| 43 | setDisplayText(await pluginStore.requestDisplay(pluginID)); |
| 44 | } |
| 45 | }; |
| 46 | |
| 47 | if (pluginInfo == null) { |
| 48 | return <LoadingSpinner />; |
no outgoing calls
no test coverage detected
searching dependent graphs…