From 990d485a21c945e7d57b85378650a65f3e79eed3 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 22 Mar 2020 19:30:28 -0700 Subject: Handle list clicks --- modern/src/actions/index.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modern/src/actions') diff --git a/modern/src/actions/index.js b/modern/src/actions/index.js index 8ef49fa..5527810 100644 --- a/modern/src/actions/index.js +++ b/modern/src/actions/index.js @@ -12,3 +12,8 @@ export const updateEvents = events => ({ type: 'UPDATE_EVENTS', events }) + +export const selectDevice = device => ({ + type: 'SELECT_DEVICE', + device +}) -- cgit v1.2.3