Skip to content

Commit

Permalink
Set defaults for PriceOverview
Browse files Browse the repository at this point in the history
  • Loading branch information
tfedor committed Nov 29, 2024
1 parent 70ea846 commit dfb1ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/Content/Modules/Prices/PriceOverview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
import external from "@Content/externalLink";
export let data: TPriceOverview;
export let marginTop: string|undefined;
export let marginBottom: string|undefined;
export let marginTop: string|undefined = undefined;
export let marginBottom: string|undefined = undefined;
let node: HTMLElement;
let currentDrms: string[];
Expand Down

0 comments on commit dfb1ece

Please sign in to comment.