handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs

refactor: clean up

mary.my.id b92f92d2 fd6292a4

verified
Changed files
+2 -15
src
views
bluesky
threadgate-applicator
identity
plc-applicator
-7
src/views/bluesky/threadgate-applicator/steps/step2_rules-input.tsx
··· 255 blurb={ 256 <> 257 <span>This will apply to {filteredThreads().length} threads. </span> 258 - {/* <button 259 - type="button" 260 - hidden={filteredThreads().length < 1} 261 - class="font-medium text-purple-800 hover:underline" 262 - > 263 - View 264 - </button> */} 265 </> 266 } 267 value={filter()}
··· 255 blurb={ 256 <> 257 <span>This will apply to {filteredThreads().length} threads. </span> 258 </> 259 } 260 value={filter()}
+2 -8
src/views/identity/plc-applicator/steps/step2_private-key-input.tsx
··· 97 }); 98 }, 99 onError(error) { 100 - let message: string | undefined; 101 - 102 - if (message !== undefined) { 103 - setError(message); 104 - } else { 105 - console.error(error); 106 - setError(`Something went wrong: ${error}`); 107 - } 108 }, 109 }); 110
··· 97 }); 98 }, 99 onError(error) { 100 + console.error(error); 101 + setError(`Something went wrong: ${error}`); 102 }, 103 }); 104