mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-02 10:24:35 -05:00
better messages, axios client
This commit is contained in:
@@ -18,7 +18,7 @@ export default function Extensions() {
|
||||
}, []);
|
||||
|
||||
if (extensions.length === 0) {
|
||||
return <h3>wait</h3>;
|
||||
return <h3>loading...</h3>;
|
||||
}
|
||||
return <>{extensions.map((it) => <ExtensionCard extension={it} />)}</>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user