瀏覽代碼

Remove old drag and drop functionality from planner

Tatiana Inama 7 年之前
父節點
當前提交
8ffc5d0d89
共有 1 個文件被更改,包括 0 次插入1 次删除
  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>
                     )
                   }) :