feature: informacja przy braku podglądu; SW

This commit is contained in:
2022-12-31 21:04:33 +01:00
parent 81edc59074
commit 301d279fa6
6 changed files with 1852 additions and 1763 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ export interface IStock {
isLoco: boolean;
supportersOnly: boolean;
count: number;
imgSrc: string;
imgSrc?: string;
}
export interface IReadyStockList {