Zmiany nazw offers
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { useEffect, useState } from "preact/hooks";
|
||||
import Markdown from "../Markdown.jsx";
|
||||
import OffersSwitches from "../OffersSwitches.jsx";
|
||||
import OffersSwitches from "../Switches.jsx";
|
||||
import InternetAddonsModal from "./InternetAddonsModal.jsx";
|
||||
import "../../styles/offers-table.css";
|
||||
import "../../styles/addons.css";
|
||||
|
||||
function formatMoney(amount, currency = "PLN") {
|
||||
if (typeof amount !== "number" || Number.isNaN(amount)) return "";
|
||||
|
||||
Reference in New Issue
Block a user