feat(pg forcast): added to ksc

This commit is contained in:
2025-05-28 11:51:36 -05:00
parent 23da6c6304
commit 4182ce94c5

View File

@@ -55,6 +55,11 @@ export default function DMButtons() {
<ForecastImport fileType={"pg"} name={"P&G"} />
</div>
)}
{plantToken[0]?.value === "usksc1" && (
<div className="flex flex-row gap-2">
<ForecastImport fileType={"pg"} name={"P&G"} />
</div>
)}
</div>
);
}