khanhtran94

Results 3 issues of khanhtran94

I think you not pass param login from UserRepositories to RepoMenu component Readme not render because login undefined ``` import Fetch from "./Fetch"; import RepoMenu from "./RepoMenu"; export default function...

// DesignTacoController.java ```java @GetMapping public String showDesignForm(Model model) { List ingredients = new ArrayList(); ingredientRepo.findAll().forEach(i -> ingredients.add(i)); Type[] types = Ingredient.Type.values(); for (Type type : types) { model.addAttribute(type.toString().toLowerCase(), filterByType(ingredients, type));...

When use PS1 = export PS1="\${debian_chroot:+(\$debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\] \[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\]\$ " below bashrc, Teminer lose path folder ![lose](https://user-images.githubusercontent.com/19677561/41886438-9091fa54-7926-11e8-8b13-dce83765fad8.png) ![notlose](https://user-images.githubusercontent.com/19677561/41886447-95cd5450-7926-11e8-8fc9-62ac22b21e93.png)