Browse Source

Remove old drag and drop functionality from planner

Tatiana Inama 7 năm trước cách đây
mục cha
commit
8ffc5d0d89
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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>
                     )
                   }) :