From 0614f5a1ba0393d63906f09726033a19a4821334 Mon Sep 17 00:00:00 2001 From: Janus Chung Date: Sat, 15 Feb 2025 19:24:32 -0800 Subject: [PATCH 1/3] remove hint wording from profile --- .github/workflows/deploy.yml | 4 +++- src/components/ProfileDialog.jsx | 5 +---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e22bb85..79c0366 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,9 @@ name: Deploy to Demo Server on: - push: + pull_request: + types: + - closed branches: - main diff --git a/src/components/ProfileDialog.jsx b/src/components/ProfileDialog.jsx index c35db39..71a9ef7 100644 --- a/src/components/ProfileDialog.jsx +++ b/src/components/ProfileDialog.jsx @@ -7,7 +7,7 @@ import Dialog from '@mui/material/Dialog'; import DialogActions from '@mui/material/DialogActions'; import DialogContent from '@mui/material/DialogContent'; import DialogTitleBar from './DialogTitleBar' -import { Typography, Grid } from '@mui/material'; +import { Grid } from '@mui/material'; import { UPDATE_PROFILE } from '../graphql/mutation'; import { GET_PROFILE } from '../graphql/query'; import ProfileTextField from './ProfileTextField'; @@ -102,9 +102,6 @@ export default function ProfileDialog({ profile, handleClose, open, setOpen }) { /> ))} - - * Click the copy icon to copy to clipboard -