Commit 637d4362 authored by Moody Salem's avatar Moody Salem

chore(ci): undo the if check on yarn install

parent 9831cda2
...@@ -36,7 +36,6 @@ jobs: ...@@ -36,7 +36,6 @@ jobs:
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- name: Install dependencies - name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Extract translations - name: Extract translations
......
...@@ -34,7 +34,6 @@ jobs: ...@@ -34,7 +34,6 @@ jobs:
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- name: Install dependencies - name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Extract translations - name: Extract translations
......
...@@ -35,7 +35,6 @@ jobs: ...@@ -35,7 +35,6 @@ jobs:
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- name: Install dependencies - name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- run: yarn cypress install - run: yarn cypress install
......
...@@ -36,7 +36,6 @@ jobs: ...@@ -36,7 +36,6 @@ jobs:
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- name: Install dependencies - name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Run linters - name: Run linters
......
...@@ -34,7 +34,6 @@ jobs: ...@@ -34,7 +34,6 @@ jobs:
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- name: Install dependencies - name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Run unit tests - name: Run unit tests
......
...@@ -283,7 +283,7 @@ export default function CurrencyInputPanel({ ...@@ -283,7 +283,7 @@ export default function CurrencyInputPanel({
) : null} ) : null}
</RowFixed> </RowFixed>
) : ( ) : (
<span></span> <span />
)} )}
<FiatValue fiatValue={fiatValue} priceImpact={priceImpact} /> <FiatValue fiatValue={fiatValue} priceImpact={priceImpact} />
</RowBetween> </RowBetween>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment