Explorar el Código

Remove old drag and drop functionality from planner

Tatiana Inama hace 7 años
padre
commit
8ffc5d0d89
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      recipes/src/containers/Planner/index.tsx

+ 0 - 1
recipes/src/containers/Planner/index.tsx

@@ -200,7 +200,6 @@ const DisplayPlanner: React.SFC<{
                             <h5 onClick={() => goTo(recipe._id)} title={recipe.name}>{ recipe.name }</h5>
                           )
                         }
-                        
                       </div>
                     )
                   }) :