fixed Something in Comment "Star Rating Section"

master
Pedram Keshavarzi 3 years ago
parent 1d9f4efa7c
commit fe22886ea0
  1. 2
      src/components/Comments/index.js

@ -47,7 +47,7 @@ export const Comments = ({ comments }) => {
<div style={{ width: 60 }} className="min-h-full"></div> <div style={{ width: 60 }} className="min-h-full"></div>
<div className="flex flex-1 flex-col px-3"> <div className="flex flex-1 flex-col px-3">
<header className="w-full flex flex-row justify-between items-center"> <header className="w-full flex flex-row justify-between items-center">
<div className="flex flex-row items-center">fuck</div> <div className="flex flex-row items-center">Stars</div>
<div className="flex flex-row items-center"> <div className="flex flex-row items-center">
{comment.status === true && ( {comment.status === true && (
<> <>

Loading…
Cancel
Save