Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dida Adams Arizona
Tia-dev
Commits
b8bcf812
Commit
b8bcf812
authored
2 years ago
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing Formula OI
parent
8f7847d3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
OperatingIndicatorDetail.js
src/container/OperatingIndicator/OperatingIndicatorDetail.js
+1
-1
No files found.
src/container/OperatingIndicator/OperatingIndicatorDetail.js
View file @
b8bcf812
...
@@ -535,7 +535,7 @@ export default class BalanceSheet extends Component {
...
@@ -535,7 +535,7 @@ export default class BalanceSheet extends Component {
} else if (item == '-' || item == '+' || item == '/' || item == '*') {
} else if (item == '-' || item == '+' || item == '/' || item == '*') {
arrayFormulaConvert.push(item)
arrayFormulaConvert.push(item)
} else {
} else {
let indexID = dataTable2.findIndex((val) => val[2
1
] == item)
let indexID = dataTable2.findIndex((val) => val[2
3
] == item)
if (tambahan) {
if (tambahan) {
if (item == '-' || item == '+' || item == '/' || item == '*') {
if (item == '-' || item == '+' || item == '/' || item == '*') {
opet = item
opet = item
...
...
This diff is collapsed.
Click to expand it.
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