diff --git a/assets/js/components/VacancyList.jsx b/assets/js/components/VacancyList.jsx
index 66ec9927ab660b6b3571a608357dc0b5e8c3499b..044af11e0f8955d9d0f9aabd79eadb6e1458a696 100644
--- a/assets/js/components/VacancyList.jsx
+++ b/assets/js/components/VacancyList.jsx
@@ -23,12 +23,11 @@ export default class VacancyList extends React.Component {
 
   generateVacancies() {
     return this.state.vacancies.map((vacancy, index) =>
-      <Lowongan key={index} data={vacancy} />,
+      <Lowongan key={vacancy.id} data={vacancy} />,
     );
   }
 
   render = () => {
-    console.log("huehueuhe");
     return (
       <Item.Group relaxed>
         {/*<Item.Group relaxed>*/}