From cd93fc94b2bf4e7b10f168c7dd04a7affba60f33 Mon Sep 17 00:00:00 2001 From: jc0b Date: Wed, 29 Jul 2020 11:53:57 +0200 Subject: Debugging RoomStore --- frontend/src/actions/prefabs.js | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src/actions') diff --git a/frontend/src/actions/prefabs.js b/frontend/src/actions/prefabs.js index 8d262772..c112feed 100644 --- a/frontend/src/actions/prefabs.js +++ b/frontend/src/actions/prefabs.js @@ -3,7 +3,6 @@ export const DELETE_PREFAB = 'DELETE_PREFAB' export const DELETE_PREFAB_SUCCEEDED = 'DELETE_PREFAB_SUCCEEDED' export const OPEN_PREFAB_SUCCEEDED = 'OPEN_PREFAB_SUCCEEDED' -//infer rackID from state in saga later export function addPrefab(name) { return { type: ADD_PREFAB, -- cgit v1.2.3