Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(featured-sliver): shift columns const within export function #1355

Merged
merged 1 commit into from
Mar 25, 2021

Conversation

orbitalsqwib
Copy link
Contributor

@orbitalsqwib orbitalsqwib commented Mar 25, 2021

Problem

The constant defining data to be fed into the featured-by-sliver columns was outside of the export
function, which meant that the i18next.t() function within the const definition was not called
properly at function runtime

Closes #1354

Solution

  • Shifted the constant to be definted within the export function

The constant defining data to be fed into the featured-by-sliver columns was outside of the export
function, which meant that the i18next.t() function within the const definition was not called
properly at function runtime

- Shifted the constant to be definted within the export function
@orbitalsqwib orbitalsqwib requested a review from LoneRifle March 25, 2021 06:29
@LoneRifle LoneRifle merged commit a890dca into develop Mar 25, 2021
@LoneRifle LoneRifle deleted the fix/featured-sliver branch March 25, 2021 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing description on homepage
2 participants