Przeniesienie styli offers z podkatalogu do głownego
This commit is contained in:
@@ -2,7 +2,7 @@ import { useEffect, useState } from "preact/hooks";
|
||||
import Markdown from "../Markdown.jsx";
|
||||
import OffersSwitches from "../OffersSwitches.jsx";
|
||||
import InternetAddonsModal from "./InternetAddonsModalCompact.jsx";
|
||||
import "../../styles/offers/offers-table.css";
|
||||
import "../../styles/offers-table.css";
|
||||
|
||||
function formatMoney(amount, currency = "PLN") {
|
||||
if (typeof amount !== "number" || Number.isNaN(amount)) return "";
|
||||
|
||||
Reference in New Issue
Block a user