Merge pull request #20 from CPSC319-Winter-term-2/remove-test

removed test
This commit is contained in:
Jincheng Lu 2022-03-13 18:50:59 -07:00 committed by GitHub
commit 6f8bffff8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

7
package-lock.json generated
View File

@ -4625,7 +4625,6 @@
"dependencies": { "dependencies": {
"anymatch": "~3.1.2", "anymatch": "~3.1.2",
"braces": "~3.0.2", "braces": "~3.0.2",
"fsevents": "~2.3.2",
"glob-parent": "~5.1.2", "glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0", "is-binary-path": "~2.1.0",
"is-glob": "~4.0.1", "is-glob": "~4.0.1",
@ -7780,12 +7779,6 @@
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"imagemin": "^7.0.1", "imagemin": "^7.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^9.0.0",
"imagemin-webp": "^7.0.0",
"loader-utils": "^2.0.0", "loader-utils": "^2.0.0",
"object-assign": "^4.1.1", "object-assign": "^4.1.1",
"schema-utils": "^2.7.1" "schema-utils": "^2.7.1"

View File

@ -52,7 +52,6 @@ const ShortCuts: React.FC<Props> = ({ users }: Props) => {
onClose={handleClose} onClose={handleClose}
users={users}/> users={users}/>
<label>Call Favourites</label> <label>Call Favourites</label>
<label>test: {selectedValue.name}</label>
</Grid> </Grid>
<Grid item sm={6}> <Grid item sm={6}>
<Button className="tile"> <Button className="tile">