update
This commit is contained in:
@@ -230,6 +230,10 @@ export function Reader({ topic }) {
|
||||
|
||||
const selectedResource = topic.resources[resourceIdx];
|
||||
|
||||
if (resourceIdx === -1) {
|
||||
return <div className="text-sm font-medium p-4">No data</div>;
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="flex-1">
|
||||
|
||||
Reference in New Issue
Block a user