Skip to content

Commit

Permalink
fix: trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Jan 3, 2025
1 parent 5f2ce88 commit c0ea70e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const WidgetEventEditPlain = ({
const [changeLogIsOpen, setChangeLogIsOpen] = useState(false);
// "Edit event"-button depends on loadedValues. Delay rendering component until loadedValues has been initialized.
const loadedValues = useSelector(({ viewEventPage }) => viewEventPage.loadedValues);

const { orgUnit: coreOrgUnit, error } = useCoreOrgUnit(orgUnitId);
const orgUnit = coreOrgUnit || loadedValues?.orgUnit;

Expand Down

0 comments on commit c0ea70e

Please sign in to comment.