Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pvk-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
amiv
pvk-tool
Commits
569d04e7
Commit
569d04e7
authored
Nov 23, 2017
by
Igor Susmelj
Committed by
Alexander Dietmüller
Dec 01, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unused variable 'data'
parent
b9d511cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Frontend/src/Pvk.js
Frontend/src/Pvk.js
+1
-1
No files found.
Frontend/src/Pvk.js
View file @
569d04e7
...
...
@@ -13,7 +13,7 @@ class Pvk {
m
.
request
({
method
:
'
GET
'
,
url
:
`
${
apiUrl
}
`
,
}).
then
((
data
)
=>
{
}).
then
(()
=>
{
this
.
list
=
[{
lecture
:
{
title
:
'
lecture1
'
,
...
...
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