Formatting
This commit is contained in:
@@ -260,7 +260,7 @@ export const FilamentList: React.FC<IResourceComponentsProps> = () => {
|
|||||||
...commonProps,
|
...commonProps,
|
||||||
id: "price",
|
id: "price",
|
||||||
i18ncat: "filament",
|
i18ncat: "filament",
|
||||||
align: 'right',
|
align: "right",
|
||||||
width: 80,
|
width: 80,
|
||||||
render: (_, obj: IFilamentCollapsed) => {
|
render: (_, obj: IFilamentCollapsed) => {
|
||||||
return obj.price?.toLocaleString(undefined, {
|
return obj.price?.toLocaleString(undefined, {
|
||||||
|
|||||||
@@ -371,7 +371,7 @@ export const SpoolList: React.FC<IResourceComponentsProps> = () => {
|
|||||||
...commonProps,
|
...commonProps,
|
||||||
id: "price",
|
id: "price",
|
||||||
i18ncat: "spool",
|
i18ncat: "spool",
|
||||||
align: 'right',
|
align: "right",
|
||||||
width: 80,
|
width: 80,
|
||||||
render: (_, obj: ISpoolCollapsed) => {
|
render: (_, obj: ISpoolCollapsed) => {
|
||||||
return obj.price?.toLocaleString(undefined, {
|
return obj.price?.toLocaleString(undefined, {
|
||||||
@@ -386,7 +386,7 @@ export const SpoolList: React.FC<IResourceComponentsProps> = () => {
|
|||||||
...commonProps,
|
...commonProps,
|
||||||
id: "used_weight",
|
id: "used_weight",
|
||||||
i18ncat: "spool",
|
i18ncat: "spool",
|
||||||
align: 'right',
|
align: "right",
|
||||||
unit: "g",
|
unit: "g",
|
||||||
maxDecimals: 0,
|
maxDecimals: 0,
|
||||||
width: 110,
|
width: 110,
|
||||||
|
|||||||
Reference in New Issue
Block a user