Commit af094bf9 authored by Jan Minář's avatar Jan Minář
Browse files

Merge branch 'master' of gitlab.fi.muni.cz:xuhlarik/pcbuilder

parents ba43ba43 e148fbf1
Loading
Loading
Loading
Loading
+15 −10
Original line number Diff line number Diff line
@@ -25,6 +25,9 @@ export function AdminComponent({ name, image }: AdminComponentInput) {
            <AddIcon />
          </IconButton>
        </Button>
        {name === 'Part' ? (
          ''
        ) : (
          <Button
            variant="contained"
            component={Link}
@@ -35,6 +38,8 @@ export function AdminComponent({ name, image }: AdminComponentInput) {
              <EditIcon />
            </IconButton>
          </Button>
        )}

        <Button
          variant="contained"
          component={Link}