set user ids for main matfey
This commit is contained in:
parent
d10df12b7e
commit
4d1074559b
@ -1,3 +1,4 @@
|
||||
version: "3"
|
||||
services:
|
||||
squiz:
|
||||
container_name: squiz
|
||||
|
@ -60,7 +60,7 @@ export const PartnersBoard: FC<PartnersBoardProps> = ({
|
||||
>
|
||||
<Box>
|
||||
{
|
||||
user.user._id === "6692e068983ee77f8e1e682e" &&
|
||||
user.user._id === "6694dc24d5802e9f13662a7e" &&
|
||||
<>
|
||||
<Typography
|
||||
variant="h6"
|
||||
|
@ -22,7 +22,7 @@ export default function CreateButtons({ mt }: string) {
|
||||
}}
|
||||
>
|
||||
{
|
||||
user.user._id === "6692e068983ee77f8e1e682e" &&
|
||||
user.user._id === "6694dc24d5802e9f13662a7e" &&
|
||||
<Link to="/gallery" style={{ textDecoration: "none" }}>
|
||||
<Button
|
||||
sx={{
|
||||
|
Loading…
Reference in New Issue
Block a user