#help
1 messages · Page 1 of 1 (latest)
ERROR in resources/scripts/components/server/network/NetworkContainer.tsx:41:1
prettier/prettier: Replace ········ with ····
39 | if (!data) return;
40 |
41 | setServerFromState((state) => ({ ...state, allocations: data }));
| ^^^^^^^^
42 | }, [data]);
43 |
44 | const onCreateAllocation = () => {
ERROR in resources/scripts/components/server/network/NetworkContainer.tsx:42:3
prettier/prettier: Delete ··
40 |
41 | setServerFromState((state) => ({ ...state, allocations: data }));
42 | }, [data]);
| ^^
43 |
44 | const onCreateAllocation = () => {
45 | clearFlashes();
ERROR in resources/scripts/components/server/network/NetworkContainer.tsx:44:1
prettier/prettier: Delete ··
42 | }, [data]);
43 |
44 | const onCreateAllocation = () => {
| ^^
45 | clearFlashes();
46 |
47 | setLoading(true);
ERROR in resources/scripts/components/server/network/NetworkContainer.tsx:45:5
prettier/prettier: Delete ····
43 |
44 | const onCreateAllocation = () => {
45 | clearFlashes();
| ^^^^
46 |
47 | setLoading(true);
48 | createServerAllocation(uuid)
Thank you for marking this question as solved!
Learn more