New source found from dndbeyond.com
This commit is contained in:
@@ -183,9 +183,9 @@ export default function SpellManagerContainer({
|
||||
const filteredSpells = getFilteredSpells(combinedSpells);
|
||||
|
||||
return (
|
||||
<React.Fragment>
|
||||
<>
|
||||
{showFilters && (
|
||||
<React.Fragment>
|
||||
<>
|
||||
<SpellFilter
|
||||
spells={combinedSpells.map((manager) => manager.getSpell())}
|
||||
sourceCategories={sourceCategories}
|
||||
@@ -201,7 +201,7 @@ export default function SpellManagerContainer({
|
||||
Looking for something not in the list below? Unlock all official
|
||||
options in the <Link href="/marketplace">Marketplace</Link>.
|
||||
</div>
|
||||
</React.Fragment>
|
||||
</>
|
||||
)}
|
||||
{filteredSpells.length === 0 && <div>No Results Found</div>}
|
||||
{filteredSpells.map((spell, idx) => (
|
||||
@@ -240,7 +240,7 @@ export default function SpellManagerContainer({
|
||||
proficiencyBonus={proficiencyBonus}
|
||||
/>
|
||||
))}
|
||||
</React.Fragment>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user