diff --git a/src/components/BuildingListTable/index.js b/src/components/BuildingListTable/index.js index 615744f0c6685c972679519b49121ef390640c8e..c5cedb2c344ccc09e72a3af9b135f56adde83519 100644 --- a/src/components/BuildingListTable/index.js +++ b/src/components/BuildingListTable/index.js @@ -1,8 +1,12 @@ import React, { PropTypes } from 'react'; import { browserHistory } from 'react-router'; -import './styles.scss'; +import './styles.css'; + +export default function BuildingListTable({ buildings, error }) { + if (error) { + return
; + } -export default function BuildingListTable({ buildings }) { if (!buildings || buildings.length === 0) { return
+ Amazon Mechanical Turk is a marketplace for workers to complete Human
+ Intelligence Tasks or HITs.
+
+ We will be creating HITs for workers to measure the dimensions of a building.
+ HITs have 6 days to be completed from date of creation.
+