diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3b61e02baccd..795271cab60a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,9 +13,6 @@ jobs: steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - - name: Load shell utils - run: source ./scripts/shellUtils.sh - - uses: Expensify/App/.github/actions/composite/setupNode@main - name: Lint JavaScript with ESLint @@ -31,6 +28,6 @@ jobs: npm run prettier -- --loglevel silent if ! git diff --name-only --exit-code; then # shellcheck disable=SC2016 - error 'Error: Prettier diff detected! Please run `npm run prettier` and commit the changes.' + echo 'Error: Prettier diff detected! Please run `npm run prettier` and commit the changes.' exit 1 fi diff --git a/src/components/MagicCodeInput.js b/src/components/MagicCodeInput.js index a9505e829c1e..7248e069a7d7 100644 --- a/src/components/MagicCodeInput.js +++ b/src/components/MagicCodeInput.js @@ -267,11 +267,7 @@ function MagicCodeInput(props) { key={index} style={[styles.w15]} > - + {decomposeString(props.value)[index] || ''}