Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Salamander - APP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eirik Martin Danielsen
Salamander - APP
Merge requests
!69
Resolve "Refactor app"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Refactor app"
66-refactor-app
into
master
Overview
0
Commits
5
Pipelines
0
Changes
5
Merged
Andrea Magnussen
requested to merge
66-refactor-app
into
master
4 years ago
Overview
0
Commits
5
Pipelines
0
Changes
5
Closes
#66 (closed)
Edited
4 years ago
by
Andrea Magnussen
0
0
Merge request reports
Viewing commit
280fcadf
Prev
Next
Show latest version
5 files
+
36
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
280fcadf
Added messages if manage and pending are empty
· 280fcadf
Andrea Magnussen
authored
4 years ago
components/ManageUser.js
+
1
−
1
View file @ 280fcadf
Edit in single-file editor
Open in Web IDE
Show full file
@@ -36,7 +36,7 @@ const ManageUser = (props) => {
<
View
style
=
{
styles
.
buttons
}
>
<
CustomButton
style
=
{
styles
.
button
}
mode
=
"
outl
ined
"
mode
=
"
conta
ined
"
title
=
"
Edit
"
onPress
=
{()
=>
showDialog
()}
/
>
Loading