Skip to content

Commit

Permalink
chore: code linting
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepanshKhurana committed Jun 11, 2024
1 parent f65a2f6 commit 02ba4d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/logic/empty_state_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ box::use(
generate_empty_state_ui <- function(
text = "Select an application and a job to view logs",
image_path = "static/illustrations/empty_state.svg"
)
{
) {
renderUI({
div(
class = "empty-state-container",
Expand Down

0 comments on commit 02ba4d8

Please sign in to comment.