diff --git a/client/src/components/presentational/CheckInButtons.js b/client/src/components/presentational/CheckInButtons.js
index ce60f42e..08acfbce 100644
--- a/client/src/components/presentational/CheckInButtons.js
+++ b/client/src/components/presentational/CheckInButtons.js
@@ -1,28 +1,35 @@
-import React from "react";
-import { Link } from "react-router-dom";
-
-import "../../sass/Home.scss";
+import React from 'react';
+import { Link } from 'react-router-dom';
+import Button from '@mui/material/Button';
const CheckInButtons = (props) => {
return (
<>
-
CHECK IN AS RETURNING USER
-
-
+
{props.events.length > 1 && (
-
+
)}
>
);