New source found from dndbeyond.com
This commit is contained in:
@@ -160,7 +160,7 @@ export class Infusions extends React.PureComponent<Props, State> {
|
||||
const { infusionChoices, ruleData, theme } = this.props;
|
||||
|
||||
return (
|
||||
<React.Fragment>
|
||||
<>
|
||||
{infusionChoices.map((infusionChoice) => {
|
||||
const knownInfusion =
|
||||
InfusionChoiceUtils.getKnownInfusion(infusionChoice);
|
||||
@@ -279,7 +279,7 @@ export class Infusions extends React.PureComponent<Props, State> {
|
||||
</div>
|
||||
);
|
||||
})}
|
||||
</React.Fragment>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user