From 3984469f38883ceb4929fc9095bb5e9da61c53b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Tue, 19 Jan 2016 09:10:33 +0100 Subject: [PATCH] Fix input for FacebookShareButton --- js/components/ascribe_social_share/facebook_share_button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/components/ascribe_social_share/facebook_share_button.js b/js/components/ascribe_social_share/facebook_share_button.js index 682bc6f1..d5fbf699 100644 --- a/js/components/ascribe_social_share/facebook_share_button.js +++ b/js/components/ascribe_social_share/facebook_share_button.js @@ -2,7 +2,7 @@ import React from 'react'; -import FacebookHandler from '../../third_party/facebook'; +import FacebookHandler from '../../third_party/facebook_handler'; import AppConstants from '../../constants/application_constants';