diff --git a/src/features/posts/Post.js b/src/features/posts/Post.js index 2b38497..6aa6fd1 100644 --- a/src/features/posts/Post.js +++ b/src/features/posts/Post.js @@ -3,8 +3,6 @@ import React, { useState, useEffect } from "react"; import Discussion from "../discussion/Discussion"; import './Post.css'; -// updating for video player - export default function Post({data, key}) { let title = data.title; // imports from data passed in from Feed @@ -108,16 +106,11 @@ export default function Post({data, key}) {

View the gallery of photos corresponding to this post here.

: null} - {video ? -