Skip to content

Commit

Permalink
Display masked sender
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsarge committed Apr 28, 2024
1 parent c7b203a commit eee6517
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion checkers-app/src/components/vote/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import VoteCategories from "./VoteCategories";
import MessageCard from "./MessageCard";
import { Typography } from "@material-tailwind/react";
import { Typography, Alert } from "@material-tailwind/react";
import { BackButton } from "../common/BackButton";
import { useEffect, useState } from "react";
import { useParams } from "react-router-dom";
Expand Down Expand Up @@ -59,6 +59,7 @@ export default function VotePage() {
imageUrl={vote.signedImageUrl}
caption={vote.caption}
/>
<Alert variant="ghost">Sender: {vote.sender}</Alert>
{vote.category === null || !vote.isAssessed ? (
<>
<Typography
Expand Down

0 comments on commit eee6517

Please sign in to comment.