{!isReadonly && (
paneHistoryStart(PaneComponentEnum.FEATS_MANAGE)}
style="outline"
size="medium"
>
Manage {gfsBlessingsUiFlag ? "Features" : "Feats"}
)}
handleActionUseSet(action, uses, dispatch)
}
onActionClick={(action) => handleActionClick(action)}
onSpellClick={(spell) => handleSpellDetailClick(spell)}
onSpellUseSet={(spell, uses) =>
handleSpellUseSet(spell, uses, dispatch)
}
onFeatureClick={(feat) => handleFeatClick(feat)}
isReadonly={isReadonly}
snippetData={snippetData}
ruleData={ruleData}
abilityLookup={abilityLookup}
dataOriginRefData={dataOriginRefData}
proficiencyBonus={proficiencyBonus}
theme={theme}
/>
);
};
const BlessingsGroup: React.FC<{}> = () => {
return (