Skip to content

Commit

Permalink
chore: merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Oct 10, 2023
1 parent c2682bd commit 153af75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gigs-board/entity/community/configurator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ return (
permissions.can_configure &&
widget("components.molecule.tile", {
heading: "Add new addon",
fullWidth: true,
children: (
<Widget
src={`${
Expand Down
1 change: 1 addition & 0 deletions src/gigs-board/entity/community/configurator/section.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const ConfigurationSection = ({

return widget("components.molecule.tile", {
heading,
fullWidth: true,
headerSlotRight:
headerSlotRight ??
(hasPermissionToConfgure &&
Expand Down

0 comments on commit 153af75

Please sign in to comment.