Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: caraml-dev/mlp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 145602ef63d0a47569171f77b2536a4d43b864a3
Choose a base ref
..
head repository: caraml-dev/mlp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3654dabfcdfdff5873b3dc8ef505bf42e07f4e3a
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −1 Makefile
  2. +0 −1 ui/packages/app/src/PrivateLayout.js
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -16,7 +16,6 @@ all: setup init-dep lint test clean build run
setup:
@echo "> Setting up tools ..."
@test -x $(shell go env GOPATH)/bin/golint || go install golang.org/x/lint/golint


.PHONY: init-dep
init-dep: init-dep-ui init-dep-api
1 change: 0 additions & 1 deletion ui/packages/app/src/PrivateLayout.js
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@ export const PrivateLayout = () => {
<ApplicationsContext.Consumer>
{({ currentApp }) => (
<Header
appIcon="graphApp"
onProjectSelect={pId =>
navigate(urlJoin(currentApp?.href, "projects", pId))
}