Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
39f09a27b037
Commit
6aeb99c9
authored
Aug 16, 2017
by
Fatih Acet
Browse files
IssueNotesRefactor: Add existence check to find the note.
parent
8e1cf6544ae8
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/notes/stores/getters.js
View file @
39f09a27
...
...
@@ -19,7 +19,7 @@ export const notesById = state => state.notes.reduce((acc, note) => {
const
reverseNotes
=
array
=>
array
.
slice
(
0
).
reverse
();
const
isLastNote
=
(
note
,
state
)
=>
!
note
.
system
&&
state
.
userData
!==
undefined
&&
state
.
userData
!==
undefined
&&
note
.
author
&&
note
.
author
.
id
===
state
.
userData
.
id
;
export
const
getCurrentUserLastNote
=
state
=>
_
.
flatten
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment