()
| 47 | }; |
| 48 | |
| 49 | const togglePluginVersion = () => { |
| 50 | onPreferenceChanged("useOldPluginVersion2025", !useOldPluginVersion); |
| 51 | }; |
| 52 | |
| 53 | return ( |
| 54 | <div className="flex flex-col p-5 gap-6 text-sm max-w-2xl mx-auto"> |
nothing calls this directly
no outgoing calls
no test coverage detected