Skip to content

Commit

Permalink
Adding delete option to custom armor/shields
Browse files Browse the repository at this point in the history
  • Loading branch information
gvorbeck committed Jan 27, 2024
1 parent 0b6b5c9 commit 4e5373f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bfrpgEdition": "4th",
"bfrpgRelease": "137",
"license": "CC BY-SA 4.0",
"version": "2.0.7",
"version": "2.0.8",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,12 @@ const CollapseEquipment: React.FC<
key={index}
value={item.name}
>
<EquipmentItemDescription item={item} className="flex-grow" />
<EquipmentItemDescription
item={item}
className="flex-grow"
character={character}
setCharacter={setCharacter}
/>
</Radio>
))}
</WearingRadioGroup>
Expand Down

0 comments on commit 4e5373f

Please sign in to comment.