Skip to content

Commit

Permalink
Merge pull request #13 from marcaddeo/patch-1
Browse files Browse the repository at this point in the history
Fix duplicate icon in lualine component
  • Loading branch information
topaxi authored Oct 27, 2024
2 parents 150e842 + 4f8151c commit 96cce19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/lualine/components/gh-actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ function component:update_status()
return ''
end

return self.options.icon
.. icons().get_workflow_run_icon(latest_workflow_run)
return icons().get_workflow_run_icon(latest_workflow_run)
.. ' '
.. latest_workflow_run.name
end
Expand Down

0 comments on commit 96cce19

Please sign in to comment.